Skip to content

Commit 38757b8

Browse files
cgwaltersallisonkarlitskaya
authored andcommitted
ci: Drop ubuntu/bls
See comment for rationale. Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 78d9ec3 commit 38757b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/examples.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ jobs:
2222
- { dir: 'bls', os: 'fedora-compat' }
2323
- { dir: 'bls', os: 'rawhide' }
2424
- { dir: 'bls', os: 'rhel9' }
25-
- { dir: 'bls', os: 'ubuntu' }
25+
# 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' }
2630
- { dir: 'uki', os: 'arch' }
2731
- { dir: 'uki', os: 'fedora' }
2832
- { dir: 'unified', os: 'fedora' }

0 commit comments

Comments
 (0)