File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - main
77 tags :
88 - v*
9+ workflow_dispatch :
910
1011jobs :
1112 release :
1213 runs-on : ubuntu-latest
1314 container : quay.io/pypa/manylinux_2_28_x86_64
15+ env :
16+ BAZELOPT : --repository_cache=/root/.cache/envpool-bazel-repo --disk_cache=/root/.cache/envpool-bazel-disk
1417 strategy :
1518 fail-fast : false
1619 matrix :
1720 python-version : ["3.11", "3.12", "3.13"]
1821 steps :
1922 - uses : actions/checkout@v3
23+ - name : Restore Bazel caches
24+ uses : actions/cache@v4
25+ with :
26+ path : |
27+ /root/.cache/bazelisk
28+ /root/.cache/envpool-bazel-repo
29+ /root/.cache/envpool-bazel-disk
30+ key : ${{ runner.os }}-release-bazel-v1-${{ hashFiles('.bazelversion') }}-${{ github.sha }}
31+ restore-keys : |
32+ ${{ runner.os }}-release-bazel-v1-${{ hashFiles('.bazelversion') }}-
33+ ${{ runner.os }}-release-bazel-v1-
2034 - name : Install build dependencies
2135 run : |
2236 dnf install -y git curl wget zsh gcc gcc-c++ make tmux golang java-17-openjdk-devel qt5-qtbase-devel qt5-qtdeclarative-devel
You can’t perform that action at this time.
0 commit comments