Skip to content

Commit

Permalink
Switch Core GCC CI to container
Browse files Browse the repository at this point in the history
  • Loading branch information
cfernald committed Oct 24, 2022
1 parent 0a11636 commit 3cdc63b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .azurepipelines/Ubuntu-GCC5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
packages: QemuQ35Pkg
target_list: NO-TARGET
tool_chain_tag: $(tool_chain_tag)
vm_image: $(vm_image)
vm_image: ubuntu-latest
install_tools: false
container_image: ghcr.io/tianocore/containers/fedora-35-build:ddf6315

10 changes: 0 additions & 10 deletions Platforms/QemuQ35Pkg/.azurepipelines/Ubuntu-GCC5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,5 @@ jobs:
build_file: $(Build.File)
build_flags: $(Build.Flags)
run_flags: $(Run.Flags)
<<<<<<< HEAD
extra_install_step:
- bash: sudo apt-get update
displayName: Update Apt
condition: and(gt(variables.pkg_count, 0), succeeded())
- bash: sudo apt-get install gcc g++ make uuid-dev qemu-kvm qemu
displayName: Install Packages
condition: and(gt(variables.pkg_count, 0), succeeded())
=======
>>>>>>> a21b547b (Move platform build to using tianocore test container)
extra_artifacts: |
**/QEMUQ35_*.fd

0 comments on commit 3cdc63b

Please # to comment.