We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663b851 commit decf21fCopy full SHA for decf21f
1 file changed
.sync/azure_pipelines/custom/mu_feature_config/Ubuntu-GCC5.yml
@@ -32,17 +32,17 @@ jobs:
32
do_ci_build: true
33
do_ci_setup: false
34
extra_steps:
35
- - script: sudo apt-get install mingw-w64
+ - script: sudo microdnf install --assumeyes mingw64-gcc
36
displayName: Install Windows Resource Compiler for Linux
37
packages: SetupDataPkg
38
target_list: DEBUG,RELEASE,NO-TARGET,NOOPT
39
tool_chain_tag: $(tool_chain_tag)
40
vm_image: $(vm_image)
41
+ container_build: true
42
43
- template: Jobs/Python/RunDevTests.yml@mu_devops
44
parameters:
45
code_cov_enabled: true
46
custom_job_name: ubuntu
47
root_package_folder: SetupDataPkg/Tools
48
- container_build: true
0 commit comments