mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
hopefully added caching?
This commit is contained in:
@@ -26,6 +26,13 @@ jobs:
|
||||
- name: Set up Bazelisk
|
||||
uses: bazelbuild/setup-bazelisk@v3
|
||||
|
||||
- name: Cache Bazel build outputs
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cache/bazel-disk
|
||||
key: bazel-build-${{ runner.os }}-${{ github.sha }}
|
||||
restore-keys: bazel-build-${{ runner.os }}-
|
||||
|
||||
- name: Install Linux build dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
@@ -45,6 +52,7 @@ jobs:
|
||||
libkrb5-dev \
|
||||
libgpg-error-dev \
|
||||
libbluetooth-dev \
|
||||
libxkbcommon-dev \
|
||||
qt6-base-dev \
|
||||
qt6-declarative-dev \
|
||||
qt6-tools-dev \
|
||||
@@ -55,6 +63,7 @@ jobs:
|
||||
run: |
|
||||
INSTALL_PREFIX="$RUNNER_TEMP/nearby-install"
|
||||
bazel build \
|
||||
--disk_cache=~/.cache/bazel-disk \
|
||||
--check_visibility=false \
|
||||
--spawn_strategy=standalone \
|
||||
--verbose_failures \
|
||||
|
||||
Reference in New Issue
Block a user