Skip to content

Commit 5b2209a

Browse files
Use git lfs in CI
1 parent a3d012b commit 5b2209a

6 files changed

Lines changed: 13 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v3
3232
- run: |
33+
git lfs pull
3334
BSP=qemu make
3435
timeout 5m tftp/qemu_test.sh
3536
@@ -39,6 +40,7 @@ jobs:
3940
steps:
4041
- uses: actions/checkout@v3
4142
- run: |
43+
git lfs pull
4244
BSP=visionfive make
4345
rm /tftpboot/boot/*
4446
mv bootloader /tftpboot/boot
@@ -59,6 +61,7 @@ jobs:
5961
steps:
6062
- uses: actions/checkout@v3
6163
- run: |
64+
git lfs pull
6265
BSP=qemu_vector make
6366
cd tftp
6467
if [ ! -f ./qemu_bin/bin/qemu-system-riscv64 ]; then
@@ -70,6 +73,7 @@ jobs:
7073
fi
7174
cd ..
7275
timeout 5m tftp/qemu_vector_test.sh
76+
7377
# hyperfine:
7478
# needs: vf2_tftp
7579
# runs-on: [self-hosted, vf2]

.github/workflows/pull.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v3
3232
- run: |
33+
git lfs pull
3334
BSP=qemu make
3435
timeout 5m tftp/qemu_test.sh
3536
@@ -39,6 +40,7 @@ jobs:
3940
steps:
4041
- uses: actions/checkout@v3
4142
- run: |
43+
git lfs pull
4244
BSP=visionfive make
4345
rm /tftpboot/boot/*
4446
mv bootloader /tftpboot/boot
@@ -59,6 +61,7 @@ jobs:
5961
steps:
6062
- uses: actions/checkout@v3
6163
- run: |
64+
git lfs pull
6265
BSP=qemu_vector make
6366
cd tftp
6467
if [ ! -f ./qemu_bin/bin/qemu-system-riscv64 ]; then
@@ -70,6 +73,7 @@ jobs:
7073
fi
7174
cd ..
7275
timeout 5m tftp/qemu_vector_test.sh
76+
7377
# hyperfine:
7478
# needs: vf2_tftp
7579
# runs-on: [self-hosted, vf2]

tftp/Image_signed.gz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:46373b3ae57c070498fb97936f3229bee9bb6d2b972197f76d9f5d878857cae6
3-
size 4308283
2+
oid sha256:026b17954087189fed6636d4fca2743d3c84bcc6c562c308427ae891e1847e5e
3+
size 4308281

tftp/Image_vf2_signed.gz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:048353302775e68844df906fa7bd8ff3445e458446ede9cf667eb199a0aaeabd
3-
size 8493822
2+
oid sha256:116ef322644b2e1b8b94de141254c139c34971e85e69d431f943d7297290d88f
3+
size 8493820

tftp/private_key.pem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/�� fR�5-5��F),�I����f�Pk��
1+
䒂rqncc;؅lV�9�-e���J�^j

tftp/public_key.pem

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)