Skip to content

Commit 01099de

Browse files
committed
ci_setup_test.sh: set dosemu prefix similar to fdpp
This should fix CI as it seems current landlock rules do not allow the prefix mismatch.
1 parent 872e7f9 commit 01099de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci_setup_test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ fi
3939
mk-build-deps --install --root-cmd sudo
4040

4141
CC=clang ./default-configure -d \
42+
--prefix=${DIR_ROOT}/${DIR_INSTALLED_FDPP} \
4243
--with-fdpp-lib-dir=${DIR_ROOT}/${DIR_INSTALLED_FDPP}/lib/fdpp \
4344
--with-fdpp-include-dir=${DIR_ROOT}/${DIR_INSTALLED_FDPP}/include \
4445
--with-fdpp-pkgconf-dir=${DIR_ROOT}/${DIR_INSTALLED_FDPP}/lib/pkgconfig

0 commit comments

Comments
 (0)