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: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,10 @@ check "validate buildifier is working and has the correct version" bash -c "buil
41
41
check "validate starpls is working and has the correct version" bash -c "starpls version | grep '${starpls_version}'"
42
42
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}'"
43
43
44
+
# additional developer tools
45
+
check "validate gdb is working and has the correct version" bash -c "gdb --version | grep '${gdb_version}'"
46
+
check "validate gh is working and has the correct version" bash -c "gh --version | grep '${gh_version}'"
47
+
44
48
# Qemu target-related tools
45
49
check "validate qemu-system-aarch64 is working and has the correct version" bash -c "qemu-system-aarch64 --version | grep '${qemu_system_arm_version}'"
46
50
check "validate sshpass is working and has the correct version" bash -c "sshpass -V | grep '${sshpass_version}'"
0 commit comments