Skip to content

Commit

Permalink
fix: Winlibs test target; wip: buildbuddy instance
Browse files Browse the repository at this point in the history
  • Loading branch information
0-Sacha committed Oct 29, 2024
1 parent 9e5b44e commit ff2371e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ common:buildbuddy --remote_cache=grpcs://sacha.buildbuddy.io
common:buildbuddy --remote_executor=grpcs://sacha.buildbuddy.io
common:buildbuddy --experimental_remote_cache_compression
common:buildbuddy --jobs=50
common:buildbuddy --nolegacy_important_outputs
common:buildbuddy --remote_instance_name=streamformat
common:buildbuddy --remote_instance_name=littleecs
#
common:buildbuddy --extra_execution_platforms=@buildbuddy//:platform
common:buildbuddy --extra_toolchains=@buildbuddy//:gcc-toolchain
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/LittleECS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
path: "~/.cache/bazel"
key: bazel
- name: Build Winlibs/clang...
run: bazelisk build --config=winlibs-clang //:StreamFormatTests
run: bazelisk build --config=winlibs-clang //:LittleECSTests
- name: Build Winlibs/gcc...
run: bazelisk build --config=winlibs-gcc //:StreamFormatTests
run: bazelisk build --config=winlibs-gcc //:LittleECSTests

ubuntu-latest-gcc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ff2371e

Please sign in to comment.