Skip to content

Commit

Permalink
fix: ci settings and release stamp
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Aug 14, 2023
1 parent 6194102 commit 179b97c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ build --config=ci
# as these are generally faster to download again than to fetch them from the
# GitHub actions cache.
build --disk_cache=~/.cache/bazel

# Don't rely on test logs being easily accessible from the test runner,
# though it makes the log noisier.
test --test_output=errors

# Allows tests to run bazelisk-in-bazel, since this is the cache folder used
test --test_env=XDG_CACHE_HOME
2 changes: 0 additions & 2 deletions tools/bazel/ci.bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
build:ci --stamp
build:ci --build_metadata=ROLE=CI
build:ci --build_metadata=VISIBILITY=PUBLIC
build:ci --workspace_status_command=$(pwd)/tools/scripts/workspace.sh
build:ci --lockfile_mode=error
1 change: 1 addition & 0 deletions tools/bazel/profiles.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ build:debug --compilation_mode=dbg
build:release --stamp
build:release --strip=always
build:release --compilation_mode=opt
build:release --workspace_status_command=$(pwd)/tools/scripts/workspace.sh

# Mode: Fastbuild
build:fastbuild --compilation_mode=fastbuild

0 comments on commit 179b97c

Please sign in to comment.