ci: Pass allow-dirty to meson dist

lipc-refactor
nirenjan 2026-04-22 09:37:00 -07:00
parent c373ca9647
commit fb913a06a2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ meson setup -Dprefix=/usr -Dsysconfdir=/etc -Dlocalstatedir=/var -Dnls=enabled "
cd "$BUILDDIR" cd "$BUILDDIR"
meson compile meson compile
meson test meson test
meson dist meson dist --allow-dirty # Required to fix CI build
# Print bugreport output # Print bugreport output
./bugreport/x52bugreport ./bugreport/x52bugreport