Skip to content

Commit

Permalink
Test linux_6_8 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
blitz committed Mar 31, 2024
1 parent 9c86418 commit a7c6ac6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Test"
on:
pull_request:
push:
jobs:
linux_6_8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v14
with:
name: blitz
- run: git clone --depth 1 --branch v6.8 https:/gregkh/linux.git
- run: nix develop .#linux_6_8 --command bash -c "cd linux && make rustavailable && make defconfig && make -j$(nproc) bzImage"
- run: git -C linux clean -fdx
- run: nix develop .#linux_6_8_gcc --command bash -c "cd linux && make defconfig && make -j$(nproc) bzImage"

0 comments on commit a7c6ac6

Please sign in to comment.