Skip to content

Commit

Permalink
Add missing Evergreen-arm64 builds (youtube#470) (youtube#488)
Browse files Browse the repository at this point in the history
* Add missing Evergreen-arm64 builds

* Also fix another leak for arm64

b/284372331

(cherry picked from commit e6dc1db)

Co-authored-by: Kaido Kert <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and kaidokert committed May 26, 2023
1 parent 553bd3a commit c066aee
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/config/evergreen-arm64.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"docker_service": "build-evergreen",
"platforms": [
"evergreen-arm64",
"evergreen-arm64-sbversion-15",
"evergreen-arm64-sbversion-14",
"evergreen-arm64-sbversion-13"
],
"includes": [
{
"name":"arm64",
"platform":"evergreen-arm64",
"target_platform":"evergreen-arm64",
"target_cpu":"target_cpu=\\\"arm64\\\"",
"extra_gn_arguments":"use_asan=false"
},
{
"name":"sbversion-15",
"platform":"evergreen-arm64-sbversion-15",
"target_platform":"evergreen-arm64",
"target_cpu":"target_cpu=\\\"arm64\\\"",
"extra_gn_arguments":"use_asan=false",
"sb_api_version":"sb_api_version=15"
},
{
"name":"sbversion-14",
"platform":"evergreen-arm64-sbversion-14",
"target_platform":"evergreen-arm64",
"target_cpu":"target_cpu=\\\"arm64\\\"",
"extra_gn_arguments":"use_asan=false",
"sb_api_version":"sb_api_version=14"
},
{
"name":"sbversion-13",
"platform":"evergreen-arm64-sbversion-13",
"target_platform":"evergreen-arm64",
"target_cpu":"target_cpu=\\\"arm64\\\"",
"extra_gn_arguments":"use_asan=false",
"sb_api_version":"sb_api_version=13"
}
]
}
8 changes: 8 additions & 0 deletions .github/workflows/evergreen_23.lts.1+.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ jobs:
with:
platform: evergreen-arm-softfp
nightly: ${{ github.event.inputs.nightly }}
evergreen-arm64:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-arm64
nightly: ${{ github.event.inputs.nightly }}
evergreen-x86:
uses: ./.github/workflows/main.yaml
permissions:
Expand Down

0 comments on commit c066aee

Please sign in to comment.