mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Enable LFS for XZ files
This commit is contained in:
parent
098d155c2c
commit
2b2aeea9fa
81 changed files with 13 additions and 0 deletions
2
.github/workflows/build_dragonflybsd.yml
vendored
2
.github/workflows/build_dragonflybsd.yml
vendored
|
@ -23,6 +23,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
- name: Provision VM
|
||||
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
|
||||
|
|
2
.github/workflows/build_freebsd.yml
vendored
2
.github/workflows/build_freebsd.yml
vendored
|
@ -24,6 +24,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
- name: Provision VM
|
||||
uses: hummeltech/freebsd-vagrant-action@v4
|
||||
|
|
2
.github/workflows/build_linux.yml
vendored
2
.github/workflows/build_linux.yml
vendored
|
@ -24,6 +24,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
- name: Generate build system
|
||||
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="" -DLIBCPUID_ENABLE_TESTS=ON
|
||||
|
|
2
.github/workflows/build_macos.yml
vendored
2
.github/workflows/build_macos.yml
vendored
|
@ -26,6 +26,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
- name: Generate build system
|
||||
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="" -DLIBCPUID_ENABLE_TESTS=ON
|
||||
|
|
2
.github/workflows/build_netbsd.yml
vendored
2
.github/workflows/build_netbsd.yml
vendored
|
@ -23,6 +23,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
- name: Provision VM
|
||||
uses: hummeltech/netbsd-vagrant-action@v4
|
||||
|
|
2
.github/workflows/build_openbsd.yml
vendored
2
.github/workflows/build_openbsd.yml
vendored
|
@ -23,6 +23,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
- name: Provision VM
|
||||
uses: hummeltech/openbsd-vagrant-action@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue