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
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,7 @@ check "validate graphviz has the correct version" bash -c "dpkg -s graphviz | gr
13
13
# Other build-related tools
14
14
check "validate protoc is working and has the correct version" bash -c "protoc --version | grep 'libprotoc ${protobuf_compiler_version}'"
15
15
16
-
# Bazel and related tools
17
-
check "validate bazel is working and has the correct version" bash -c "bazel version | grep '${bazel_version}'"
18
-
check "validate buildifier is working and has the correct version" bash -c "buildifier --version | grep '${buildifier_version}'"
16
+
# Bazel-related tools
19
17
check "validate starpls is working and has the correct version" bash -c "starpls version | grep '${starpls_version}'"
20
18
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}'"
0 commit comments