From be8adfa390f0e1a1826ea34fc228f4f0092efd7c Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 12 Oct 2023 22:47:11 -0400 Subject: [PATCH] ci: Update bfs to 3.0.3 --- .github/workflows/compat.yml | 2 +- util/build-bfs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compat.yml b/.github/workflows/compat.yml index 79e32af..57b3e58 100644 --- a/.github/workflows/compat.yml +++ b/.github/workflows/compat.yml @@ -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 diff --git a/util/build-bfs.sh b/util/build-bfs.sh index cec4db7..f99199b 100755 --- a/util/build-bfs.sh +++ b/util/build-bfs.sh @@ -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