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
5151 make > /dev/null
5252 sudo make install > /dev/null
5353 sudo insmod exfat.ko
54- cd exfat-utils
54+ cd exfatprogs
5555 ./autogen.sh > /dev/null
5656 ./configure > /dev/null
5757 make -j$((`nproc`+1)) > /dev/null
8484 run : |
8585 cd exfat-testsuites/
8686 tar xzvf xfstests-exfat.tgz > /dev/null
87+ rm -f xfstests-exfat.tgz
8788 cd xfstests-exfat
8889 make -j$((`nproc`+1)) > /dev/null
8990 truncate -s 100G test.img
You can’t perform that action at this time.
0 commit comments