Commit 883f72d
authored
.sync/azure_pipelines: Switch from microdnf to dnf (#115)
The following commit in tianocore/containers switched from `microdnf`
to `dnf` since `microdnf` is no longer available in the Fedora 35
minimal base image.
tianocore/containers@3487a34
Therefore, `microdnf` will currently fail (not found). This change
updates code using the Fedora 35 container image to switch to `dnf`.
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>1 parent badf2c8 commit 883f72d
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- .sync/azure_pipelines
- custom
- mu_feature_config
- mu_oem_sample
- matrix_dependent
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments