Skip to content

Commit

Permalink
More to build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Jul 4, 2024
1 parent a169c91 commit 7ffb65f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ jobs:
run: |
cd src
ninja -C out/Default gpu_unittests
# V8 utility stuff
- name: ninja gin_unittests
run: |
cd src
ninja -C out/Default gin_unittests
- name: sccache check
run: sccache -s
- name: Any speed
Expand Down
2 changes: 2 additions & 0 deletions chrobalt/linux/last_working.gn
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Last tested args.gn setup for Linux

cc_wrapper = "sccache"
enable_nacl=false
use_dawn=false
Expand Down

0 comments on commit 7ffb65f

Please sign in to comment.