Skip to content

Commit

Permalink
ci: try to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Nov 16, 2023
1 parent fd5064a commit 7fc0497
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci_setup_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ make install PREFIX="${DIR_ROOT}/${DIR_INSTALLED_FDPP}"
sudo apt install devscripts equivs
mk-build-deps --install --root-cmd sudo

export PKG_CONFIG_PATH=${DIR_ROOT}/${DIR_INSTALLED_FDPP}/lib/pkgconfig
CC=clang ./default-configure -d
CC=clang ./default-configure -d \
--with-fdpp-lib-dir=${DIR_ROOT}/${DIR_INSTALLED_FDPP}/lib/fdpp \
--with-fdpp-include-dir=${DIR_ROOT}/${DIR_INSTALLED_FDPP}/include
make

# Install the FAT mount helper
Expand Down

0 comments on commit 7fc0497

Please sign in to comment.