We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d9ec3 commit 38757b8Copy full SHA for 38757b8
.github/workflows/examples.yml
@@ -22,7 +22,11 @@ jobs:
22
- { dir: 'bls', os: 'fedora-compat' }
23
- { dir: 'bls', os: 'rawhide' }
24
- { dir: 'bls', os: 'rhel9' }
25
- - { dir: 'bls', os: 'ubuntu' }
+ # This one is currently failing, needs debugging
26
+ # https://github.com/containers/composefs-rs/pull/168#pullrequestreview-3088673152
27
+ # We believe it's mount API changes causing /sysroot to be mounted
28
+ # at the wrong place.
29
+ # - { dir: 'bls', os: 'ubuntu' }
30
- { dir: 'uki', os: 'arch' }
31
- { dir: 'uki', os: 'fedora' }
32
- { dir: 'unified', os: 'fedora' }
0 commit comments