Skip to content

Commit

Permalink
Remove evergreen-x86 remnants (#3570)
Browse files Browse the repository at this point in the history
Leftover entries not used anymore.

b/333270679
  • Loading branch information
kaidokert authored Jun 15, 2024
1 parent 0c93aff commit 773c42a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,16 +346,6 @@ services:
TARGET_CPU: ${TARGET_CPU:-x64}
SB_API_VERSION: ${SB_API_VERSION}

evergreen-x86:
<<: *build-common-definitions
image: cobalt-build-evergreen
depends_on: [ build-evergreen ]
environment:
<<: *shared-build-env
PLATFORM: evergreen-x86
TARGET_CPU: ${TARGET_CPU:-x86}
SB_API_VERSION: ${SB_API_VERSION}

evergreen-arm64:
<<: *build-common-definitions
image: cobalt-build-evergreen
Expand Down
1 change: 0 additions & 1 deletion starboard/build/platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
'raspi-2-skia': 'starboard/raspi/2/skia',
'rdk': 'starboard/rdk',
'evergreen-x64': 'starboard/evergreen/x64',
'evergreen-x86': 'starboard/evergreen/x86',
'evergreen-arm-hardfp': 'starboard/evergreen/arm/hardfp',
'evergreen-arm-softfp': 'starboard/evergreen/arm/softfp',
'evergreen-arm64': 'starboard/evergreen/arm64',
Expand Down

0 comments on commit 773c42a

Please sign in to comment.