mirror of
https://github.com/uutils/findutils.git
synced 2026-06-10 15:48:30 -07:00
ci: Update bfs to 3.0.3
This commit is contained in:
@@ -90,7 +90,7 @@ jobs:
|
||||
with:
|
||||
repository: tavianator/bfs
|
||||
path: bfs
|
||||
ref: '2.6.2'
|
||||
ref: '3.0.3'
|
||||
- name: Install `rust` toolchain
|
||||
run: |
|
||||
## Install `rust` toolchain
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ cargo build --release
|
||||
FIND=$(readlink -f target/release/find)
|
||||
|
||||
cd ..
|
||||
make -C bfs -j "$(nproc)" bin/tests/mksock WITH_ONIGURUMA=
|
||||
make -C bfs -j "$(nproc)" bin/tests/{mksock,xtouch} USE_ONIGURUMA=
|
||||
|
||||
# Run the GNU find compatibility tests by default
|
||||
if test "$#" -eq 0; then
|
||||
|
||||
Reference in New Issue
Block a user