We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3e04f commit f8c17deCopy full SHA for f8c17de
MODULE.bazel
@@ -49,4 +49,7 @@ register_toolchains(
49
"@zig_sdk//libc_aware/toolchain:linux_arm64_musl",
50
# wasm/wasi toolchains
51
"@zig_sdk//toolchain:wasip1_wasm",
52
+
53
+ # These toolchains are only registered locally.
54
+ dev_dependency = True,
55
)
ci/release
@@ -12,6 +12,6 @@ TAG=$(git -c 'versionsort.suffix=-rc' tag --sort=v:refname | tail -1)
12
tools/bazel run //tools/releaser -- -tag "$TAG" -skipBranchCheck
13
14
>&2 echo "--- git diff :git:"
15
-git diff --exit-code
+git diff
16
17
>&2 echo "OK :white_check_mark:"
0 commit comments