Skip to content

Commit decf21f

Browse files
authored
Fix incorrect changes to mu_feature_config custom Ubuntu-GCC5 pipeline (#61)
Fixes an incorrect change that resulted in an invalid pipeline file.
1 parent 663b851 commit decf21f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.sync/azure_pipelines/custom/mu_feature_config/Ubuntu-GCC5.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ jobs:
3232
do_ci_build: true
3333
do_ci_setup: false
3434
extra_steps:
35-
- script: sudo apt-get install mingw-w64
35+
- script: sudo microdnf install --assumeyes mingw64-gcc
3636
displayName: Install Windows Resource Compiler for Linux
3737
packages: SetupDataPkg
3838
target_list: DEBUG,RELEASE,NO-TARGET,NOOPT
3939
tool_chain_tag: $(tool_chain_tag)
4040
vm_image: $(vm_image)
41+
container_build: true
4142

4243
- template: Jobs/Python/RunDevTests.yml@mu_devops
4344
parameters:
4445
code_cov_enabled: true
4546
custom_job_name: ubuntu
4647
root_package_folder: SetupDataPkg/Tools
4748
vm_image: $(vm_image)
48-
container_build: true

0 commit comments

Comments
 (0)