Skip to content

Commit

Permalink
fix make fsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Mar 5, 2025
1 parent 3c713f6 commit 34bc2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test_with_fsx(){
./juicefs mount $META_URL /jfs -d
dpkg -s libacl1-dev || sudo .github/scripts/apt_install.sh libacl1-dev
[ ! -d secfs.test ] && git clone https://github.com/billziss-gh/secfs.test.git
make -C secfs.test >secfs.test-build-integration.log 2>&1
make -C secfs.test tools tools/bin/fsx > secfs.test-build-integration.log 2>&1
secfs.test/tools/bin/fsx -d 180 -p 10000 -F 100000 /jfs/fsx
}

Expand Down

0 comments on commit 34bc2f4

Please sign in to comment.