Skip to content

Commit 6cb6069

Browse files
committed
Work around libseccomp issue in CI
See https://bugzilla.redhat.com/show_bug.cgi?id=1906575 for more details. Signed-off-by: Stephen Gallagher <[email protected]>
1 parent a93e064 commit 6cb6069

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/fedora/ci-tasks.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ override_dir=`python3 -c 'import gi; print(gi._overridesdir)'`
1212

1313
pushd /builddir/
1414

15+
# Work-around ldd bug in rawhide CIs
16+
sed -i -e 's/test -r/test -f/g' -e 's/test -x/test -f/g' /bin/ldd
17+
1518
# Build the code under GCC and run standard tests
1619
meson --buildtype=debugoptimized \
1720
-Dverbose_tests=false \

0 commit comments

Comments
 (0)