Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelnaranjo committed Jul 16, 2024
1 parent 817b749 commit ef3f17f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ jobs:
with:
# Avoid downloading Bazel every time.
bazelisk-cache: true
# Enable disk-cache
# Keep a disk-cache
disk-cache: true
# Share repository cache between workflows.
repository-cache: true
# enable CI specific flags
# enable some flags for CI
bazelrc: |
import %workspace%/.github/workflows/ci.bazelrc
# keep a cache for MODUL
import %workspace%/.aspect/workflows/ci.bazelrc
# keep a cache for MODULE.bazel repos
external-cache: true

- name: Build Binaries
run: .github/workflows/build_assets.sh
Expand Down
1 change: 1 addition & 0 deletions e2e/bazel-workspace/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import %workspace%/../../.aspect/bazelrc/convenience.bazelrc
import %workspace%/../../.aspect/bazelrc/correctness.bazelrc
import %workspace%/../../.aspect/bazelrc/debug.bazelrc
import %workspace%/../../.aspect/bazelrc/performance.bazelrc
import %workspace%/../../.github/workflows/ci.bazelrc

# Specific project flags go here if we have some

Expand Down

0 comments on commit ef3f17f

Please sign in to comment.