File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,12 @@ jobs:
13
13
include :
14
14
- os : ubuntu-latest
15
15
arch : " linux"
16
- cache : " /home/runner/.cache/bazel-disk"
17
16
bazel_args : " --extra_toolchains=@llvm_toolchain//:cc-toolchain-linux --//third_party:toolchain"
18
17
- os : macos-10.15
19
18
arch : " darwin"
20
- cache : " /private/var/tmp/bazel-disk"
21
19
bazel_args : " --extra_toolchains=@llvm_toolchain//:cc-toolchain-darwin --//third_party:toolchain"
22
20
- os : windows-2016
23
21
arch : " windows"
24
- cache : " %HOME%/bazel-disk"
25
22
bazel_args : " "
26
23
27
24
steps :
32
29
with :
33
30
java-version : 8
34
31
35
- - name : Mount Bazel disk cache
36
- uses : actions/cache@v2
37
- with :
38
- path : ${{ matrix.cache }}
39
- key : bazel-disk-cache-${{ matrix.arch }}-8
40
-
41
32
- name : Build
42
33
run : |
43
- bazelisk build --config=ci --remote_header=x-buildbuddy-api-key=${{ secrets.BUILDBUDDY_API_KEY }} --disk_cache=${{ matrix.cache }} -- java_runtime_version=localjdk_${{ matrix.jdk }} ${{ matrix.bazel_args }} //agent/src/main/java/com/code_intelligence/jazzer/replay:Replayer_deploy.jar //:jazzer_release
34
+ bazelisk build --config=ci --remote_header=x-buildbuddy-api-key=${{ secrets.BUILDBUDDY_API_KEY }} --java_runtime_version=localjdk_${{ matrix.jdk }} ${{ matrix.bazel_args }} //agent/src/main/java/com/code_intelligence/jazzer/replay:Replayer_deploy.jar //:jazzer_release
44
35
cp -L bazel-bin/agent/src/main/java/com/code_intelligence/jazzer/replay/Replayer_deploy.jar replayer.jar
45
36
cp -L bazel-bin/jazzer_release.tar.gz release-${{ matrix.arch }}.tar.gz
46
37
You can’t perform that action at this time.
0 commit comments