Skip to content

Commit

Permalink
Add nojdk artifacts for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-jbazuzi committed Aug 13, 2021
1 parent c6ea70e commit 0035d67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/bazel-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,11 @@ steps:
mkdir output
copy bazel-bin\src\bazel.exe output\bazel.exe
output\bazel build -c opt --copt=-w --host_copt=-w --stamp --embed_label %RELEASE_NAME% src/bazel scripts/packages/bazel.zip
output\bazel build -c opt --copt=-w --host_copt=-w --stamp --embed_label %RELEASE_NAME% src/bazel src/bazel_nojdk scripts/packages/bazel.zip
mkdir artifacts
move bazel-bin\src\bazel artifacts\bazel-%RELEASE_NAME%-windows-x86_64.exe
move bazel-bin\src\bazel_nojdk artifacts\bazel_nojdk-%RELEASE_NAME%-windows-x86_64.exe
move bazel-bin\scripts\packages\bazel.zip artifacts\bazel-%RELEASE_NAME%-windows-x86_64.zip
cd artifacts
Expand Down

0 comments on commit 0035d67

Please sign in to comment.