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 eece901
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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
- 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 -fdx
- run: nix develop .#linux_6_8_gcc --command bash -c "cd linux && make defconfig && make -j$(nproc) bzImage"

0 comments on commit eece901

Please sign in to comment.