We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798d97f commit e46dff5Copy full SHA for e46dff5
2 files changed
.buildkite/secure_pipeline.yml
@@ -29,7 +29,7 @@ steps:
29
echo "openssl md5 | cut -d' ' -f2" > .local/bin/md5
30
chmod +x .local/bin/md5
31
32
- BAZEL_BUILD_FLAGS+=(--jobs ${nproc})
+ BAZEL_BUILD_FLAGS+=(--jobs \${nproc})
33
34
if [ "{{matrix.os}}" == "macos" ]; then
35
export MACOSX_DEPLOYMENT_TARGET=11.3
.buildkite/secure_pipeline.yml.signature
0 Bytes
0 commit comments