blob: 44d4ca5d735221ba35deaf726d1cb2d48ec28e21 [file] [log] [blame]
steps:
- command: |-
bazel --nomaster_bazelrc --bazelrc=/dev/null version
bazel build //src:embedded_jdk_minimal //src:embedded_jdk_allmodules
buildkite-agent artifact upload "./bazel-genfiles/src/*_jdk.tar.gz"
gsutil cp ./bazel-genfiles/src/minimal_jdk.tar.gz gs://bazel-mirror/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-linux_x64-minimal-$(git rev-parse HEAD)-$(date +%s).tar.gz
gsutil cp ./bazel-genfiles/src/allmodules_jdk.tar.gz gs://bazel-mirror/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-linux_x64-allmodules-$(git rev-parse HEAD)-$(date +%s).tar.gz
label: ":ubuntu:"
agents:
- "queue=default"
plugins:
docker#v3.2.0:
always-pull: true
environment:
- ANDROID_HOME
- ANDROID_NDK_HOME
- BUILDKITE_ARTIFACT_UPLOAD_DESTINATION
image: gcr.io/bazel-public/ubuntu1804:java11
network: host
privileged: true
propagate-environment: true
propagate-uid-gid: true
shell: ["/bin/bash", "-e", "-c"]
volumes:
- "/etc/group:/etc/group:ro"
- "/etc/passwd:/etc/passwd:ro"
- "/opt:/opt:ro"
- "/var/lib/buildkite-agent:/var/lib/buildkite-agent"
- "/var/lib/gitmirrors:/var/lib/gitmirrors:ro"
- "/var/run/docker.sock:/var/run/docker.sock"
- command: "powershell -Command \"bazel --nomaster_bazelrc --bazelrc=NUL version ; if (\\$LastExitCode -ne 0) { exit 1 } ; bazel build //src:embedded_jdk_minimal //src:embedded_jdk_allmodules ; if (\\$LastExitCode -ne 0) { exit 1 } ; buildkite-agent artifact upload ./bazel-genfiles/src/minimal_jdk.zip ; if (\\$LastExitCode -ne 0) { exit 1 } ; buildkite-agent artifact upload ./bazel-genfiles/src/allmodules_jdk.zip ; if (\\$LastExitCode -ne 0) { exit 1 } ; \\$revision=(git rev-parse HEAD) ; if (\\$LastExitCode -ne 0) { exit 1 } ; \\$epoch=(date +%%s) ; if (\\$LastExitCode -ne 0) { exit 1 } ; gsutil cp ./bazel-genfiles/src/minimal_jdk.zip gs://bazel-mirror/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-win_x64-minimal-\\${revision}-\\${epoch}.zip ; if (\\$LastExitCode -ne 0) { exit 1 } ; gsutil cp ./bazel-genfiles/src/allmodules_jdk.zip gs://bazel-mirror/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-win_x64-allmodules-\\${revision}-\\${epoch}.zip ; if (\\$LastExitCode -ne 0) { exit 1 } ;\""
label: ":windows:"
agents:
- "queue=windows"
- command: |-
bazel --nomaster_bazelrc --bazelrc=/dev/null version
bazel build //src:embedded_jdk_minimal //src:embedded_jdk_allmodules
buildkite-agent artifact upload "./bazel-genfiles/src/*_jdk.tar.gz"
gsutil cp ./bazel-genfiles/src/minimal_jdk.tar.gz gs://bazel-mirror/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-macosx_x64-minimal-$(git rev-parse HEAD)-$(date +%s).tar.gz
gsutil cp ./bazel-genfiles/src/allmodules_jdk.tar.gz gs://bazel-mirror/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-macosx_x64-allmodules-$(git rev-parse HEAD)-$(date +%s).tar.gz
label: ":darwin:"
agents:
- "queue=macos"