Skip to content

Commit

Permalink
Fix GCB build breakage. (#697)
Browse files Browse the repository at this point in the history
b/275102272
  • Loading branch information
isarkis authored Jun 23, 2023
1 parent d4accb8 commit 48939ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,13 @@ services:

linux-x64x11-sbversion12-evergreen:
<<: *build-common-definitions
build:
context: ./docker/linux
dockerfile: linux-x64x11/Dockerfile
args:
- FROM_IMAGE=cobalt-build-evergreen
image: cobalt-build-linux-x64x11-evergreen
depends_on: [ build-linux-evergreen ]
depends_on: [ build-evergreen ]
environment:
<<: *shared-build-env
PLATFORM: linux-x64x11-sbversion-12
Expand Down

0 comments on commit 48939ab

Please sign in to comment.