Skip to content

Commit 24a6384

Browse files
committed
github action: make the space
Remove unused compress file and source code to decrease disk size. Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
1 parent 3071e02 commit 24a6384

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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
@@ -24,9 +24,9 @@ jobs:
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
@@ -56,7 +56,8 @@ jobs:
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
@@ -84,6 +85,7 @@ jobs:
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

0 commit comments

Comments
 (0)