Skip to content

Commit

Permalink
Cherry pick PR #2763: Add linux-64x11 as linux's elf loader. (#2768)
Browse files Browse the repository at this point in the history
Refer to the original PR: #2763

This forces linux to build the loader_app_install,
elf_loader_sandbox_install, and native_target/crashpad_handler targets.

b/323963204

---------

Co-authored-by: Brian Ting <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and briantting committed Mar 30, 2024
1 parent bac79fd commit c7db382
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/config/linux.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"docker_service": "build-linux",
"bootloader": "linux-x64x11",
"on_host_test": "true",
"on_host_test_shards": ["0", "1", "2", "3", "integration"],
"platforms": [
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ jobs:
if: ${{ needs.initialize.outputs.bootloader != 'null' && matrix.config == 'devel' }}
run: echo "COBALT_BOOTLOADER=${{needs.initialize.outputs.bootloader}}" >> $GITHUB_ENV
- name: Bootloader GN
if: ${{ needs.initialize.outputs.bootloader != 'null' && matrix.config == 'devel' }}
if: ${{ needs.initialize.outputs.bootloader != 'null' && ( matrix.config == 'devel' || matrix.config == 'qa' ) }}
uses: ./.github/actions/gn
- name: Build Bootloader
if: ${{ needs.initialize.outputs.bootloader != 'null' && matrix.config == 'devel' }}
if: ${{ needs.initialize.outputs.bootloader != 'null' && ( matrix.config == 'devel' || matrix.config == 'qa' ) }}
uses: ./.github/actions/build
- name: Upload Bootloader On Host Test Artifacts
if: ${{ needs.initialize.outputs.bootloader != 'null' && matrix.config == 'devel' && needs.initialize.outputs.on_host_test == 'true' }}
Expand Down

0 comments on commit c7db382

Please sign in to comment.