Skip to content

Commit

Permalink
buildbuddy.yaml: Use container_image: "ubuntu-20.04".
Browse files Browse the repository at this point in the history
  • Loading branch information
ivucica committed Jun 11, 2024
1 parent a825adb commit 50c829f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildbuddy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# "This config is equivalent to the default config that we use if you do not have a buildbuddy.yaml file at the root of your repo."
actions:
- name: "Test all targets"
container_image: "ubuntu-20.04" # <-- we use .deb binaries from 20.04 as our dependencies
triggers:
push:
branches:
Expand All @@ -13,6 +14,7 @@ actions:
- "test --config=remote //:util_test" # <-- main modification here: --config=remote as a default for buildbuddy.yaml; also currently testing even //:all is broken (because it tries to compile macclipboard.m), much less //...

- name: "Build main binary"
container_image: "ubuntu-20.04" # <-- we use .deb binaries from 20.04 as our dependencies
triggers:
push:
branches:
Expand Down

0 comments on commit 50c829f

Please sign in to comment.