File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - name : Download the kernel
1717 run : |
1818 sudo apt-get update
2424 - name : Prerequisite for xfstests testing
2525 run : |
2626 sudo apt-get install linux-headers-$(uname -r)
27- sudo apt-get install autoconf libtool pkg-config libnl-3-dev libnl-genl-3-dev
27+ sudo apt-get install autoconf libtool pkg-config
2828 sudo apt-get install xfslibs-dev uuid-dev libtool-bin xfsprogs libgdbm-dev gawk fio attr libattr1-dev libacl1-dev libaio-dev
29- git clone --branch=exfat-next https://github.com/exfat-utils/exfat-utils
29+ git clone --branch=exfat-next https://github.com/exfatprogs/exfatprogs
3030 git clone https://github.com/namjaejeon/exfat-testsuites
3131 export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
3232 export PATH=/usr/local/lib:$PATH
5656 ./configure > /dev/null
5757 make -j$((`nproc`+1)) > /dev/null
5858 sudo make install > /dev/null
59- cd ..
59+ cd ../..
60+ rm -rf linux-exfat-oot
6061 sudo mkdir -p /mnt/scratch
6162 sudo mkdir -p /mnt/test
6263 sudo mkdir -p full_test
8485 run : |
8586 cd exfat-testsuites/
8687 tar xzvf xfstests-exfat.tgz > /dev/null
88+ rm -f xfstests-exfat.tgz
8789 cd xfstests-exfat
8890 make -j$((`nproc`+1)) > /dev/null
8991 truncate -s 100G test.img
You can’t perform that action at this time.
0 commit comments