mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-07-23 17:48:52 +00:00
ci: tidy up config options
- No need to `--enable-bookmarkfs-util`, since it's implicitly done by enabling other components. - No need to `--enable-xxhash-inline`, since it's now the default.
This commit is contained in:
parent
65d29fd017
commit
f97e4b73c1
4 changed files with 4 additions and 8 deletions
|
@ -31,8 +31,7 @@ tasks:
|
|||
cd bookmarkfs
|
||||
autoreconf -i
|
||||
./configure \
|
||||
--enable-bookmarkfs-debug --enable-xxhash-inline \
|
||||
--enable-bookmarkfs-util --enable-bookmarkfs-mount \
|
||||
--enable-bookmarkfs-debug --enable-bookmarkfs-mount \
|
||||
--enable-bookmarkfs-fsck --enable-bookmarkfs-mkfs \
|
||||
--enable-bookmarkctl --enable-fsck-handler-tcl \
|
||||
--enable-backend-firefox --enable-backend-chromium \
|
||||
|
|
|
@ -25,8 +25,7 @@ tasks:
|
|||
mkdir bookmarkfs/build && cd bookmarkfs/build
|
||||
autoreconf -i ..
|
||||
../configure \
|
||||
--enable-bookmarkfs-debug --enable-xxhash-inline \
|
||||
--enable-bookmarkfs-util --enable-bookmarkfs-mount \
|
||||
--enable-bookmarkfs-debug --enable-bookmarkfs-mount \
|
||||
--enable-bookmarkfs-fsck --enable-bookmarkfs-mkfs \
|
||||
--enable-bookmarkctl --enable-fsck-handler-tcl \
|
||||
--enable-backend-firefox --enable-backend-chromium \
|
||||
|
|
|
@ -28,8 +28,7 @@ tasks:
|
|||
mkdir bookmarkfs/build && cd bookmarkfs/build
|
||||
autoreconf -i ..
|
||||
../configure \
|
||||
--enable-bookmarkfs-debug --enable-xxhash-inline \
|
||||
--enable-bookmarkfs-util --enable-bookmarkfs-mount \
|
||||
--enable-bookmarkfs-debug --enable-bookmarkfs-mount \
|
||||
--enable-bookmarkfs-fsck --enable-bookmarkfs-mkfs \
|
||||
--enable-bookmarkctl --enable-fsck-handler-tcl \
|
||||
--enable-backend-firefox --enable-backend-chromium \
|
||||
|
|
|
@ -31,8 +31,7 @@ tasks:
|
|||
mkdir bookmarkfs/build && cd bookmarkfs/build
|
||||
autoreconf -i ..
|
||||
../configure \
|
||||
--enable-bookmarkfs-debug --enable-xxhash-inline \
|
||||
--enable-bookmarkfs-util --enable-bookmarkfs-mount \
|
||||
--enable-bookmarkfs-debug --enable-bookmarkfs-mount \
|
||||
--enable-bookmarkfs-fsck --enable-bookmarkfs-mkfs \
|
||||
--enable-bookmarkctl --enable-fsck-handler-tcl \
|
||||
--enable-backend-firefox --enable-backend-chromium \
|
||||
|
|
Loading…
Add table
Reference in a new issue