Skip to content

Commit 2b2aeea

Browse files
Enable LFS for XZ files
1 parent 098d155 commit 2b2aeea

File tree

81 files changed

+13
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+13
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.xz filter=lfs diff=lfs merge=lfs -text

.github/workflows/build_dragonflybsd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- name: Checkout code
2525
uses: actions/checkout@v4
26+
with:
27+
lfs: true
2628

2729
- name: Provision VM
2830
uses: hummeltech/freebsd-vagrant-action@v4 # Note: DragonFly BSD was forked from FreeBSD 4.8, and the provision_commands for freebsd-vagrant-action should run fine on DragonFly BSD

.github/workflows/build_freebsd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- name: Checkout code
2626
uses: actions/checkout@v4
27+
with:
28+
lfs: true
2729

2830
- name: Provision VM
2931
uses: hummeltech/freebsd-vagrant-action@v4

.github/workflows/build_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v4
27+
with:
28+
lfs: true
2729

2830
- name: Generate build system
2931
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="" -DLIBCPUID_ENABLE_TESTS=ON

.github/workflows/build_macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
steps:
2828
- uses: actions/checkout@v4
29+
with:
30+
lfs: true
2931

3032
- name: Generate build system
3133
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="" -DLIBCPUID_ENABLE_TESTS=ON

.github/workflows/build_netbsd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- name: Checkout code
2525
uses: actions/checkout@v4
26+
with:
27+
lfs: true
2628

2729
- name: Provision VM
2830
uses: hummeltech/netbsd-vagrant-action@v4

.github/workflows/build_openbsd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- name: Checkout code
2525
uses: actions/checkout@v4
26+
with:
27+
lfs: true
2628

2729
- name: Provision VM
2830
uses: hummeltech/openbsd-vagrant-action@v4
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)