Skip to content

Commit 14dbf40

Browse files
committed
remove rust-analyzer version check from s-core-local feature
1 parent d96c35f commit 14dbf40

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/s-core-devcontainer/.devcontainer/s-core-local/tests/test_default.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ check "validate buildifier is working and has the correct version" bash -c "buil
1919
check "validate starpls is working and has the correct version" bash -c "starpls version | grep '${starpls_version}'"
2020
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}'"
2121

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-
2622
# Qemu target-related tools
2723
check "validate qemu-system-aarch64 is working and has the correct version" bash -c "qemu-system-aarch64 --version | grep '${qemu_system_arm_version}'"
2824
check "validate sshpass is working and has the correct version" bash -c "sshpass -V | grep '${sshpass_version}'"

0 commit comments

Comments
 (0)