You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/s-core-devcontainer/.devcontainer/s-core-local/tests/test_default.sh
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,6 @@ check "validate buildifier is working and has the correct version" bash -c "buil
19
19
check "validate starpls is working and has the correct version" bash -c "starpls version | grep '${starpls_version}'"
20
20
check "validate bazel-compile-commands is working and has the correct version" bash -c "bazel-compile-commands --version 2>&1 | grep '${bazel_compile_commands_version}'"
21
21
22
-
# Rust tooling
23
-
# check "validate rust-analyzer is working and has the correct version" bash -c "rust-analyzer --version 2>&1 | grep '${rust_analyzer_version}'"
24
-
check "validate rust-analyzer is working and has the correct version" bash -c "rust-analyzer --version 2>&1"
25
-
26
22
# Qemu target-related tools
27
23
check "validate qemu-system-aarch64 is working and has the correct version" bash -c "qemu-system-aarch64 --version | grep '${qemu_system_arm_version}'"
28
24
check "validate sshpass is working and has the correct version" bash -c "sshpass -V | grep '${sshpass_version}'"
0 commit comments