Skip to content

Commit 85edb7e

Browse files
committed
test
1 parent 78234b1 commit 85edb7e

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/build.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ env:
88

99
jobs:
1010

11-
nix-build:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v4
15-
with:
16-
lfs: 'true'
17-
- uses: cachix/install-nix-action@v31
18-
with:
19-
github_access_token: ${{ secrets.GITHUB_TOKEN }}
20-
- uses: cachix/cachix-action@v15
21-
with:
22-
name: rm2-stuff
23-
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
24-
# Skip qcow2 vm images and system tarballs.
25-
pushFilter: '(qcow2$|tarball-armv7l-unknown-linux-gnueabihf$|-rm-emu-|rm-nix-test|test-driver)'
26-
- run: nix build
27-
- run: nix build .#dev-cross
28-
- run: nix build .#dev-rm2-toolchain
29-
- run: nix build .#nixosConfigurations.example.config.system.build.toplevel
30-
- run: nix flake check -L --max-jobs 1
11+
# nix-build:
12+
# runs-on: ubuntu-latest
13+
# steps:
14+
# - uses: actions/checkout@v4
15+
# with:
16+
# lfs: 'true'
17+
# - uses: cachix/install-nix-action@v31
18+
# with:
19+
# github_access_token: ${{ secrets.GITHUB_TOKEN }}
20+
# - uses: cachix/cachix-action@v15
21+
# with:
22+
# name: rm2-stuff
23+
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
24+
# # Skip qcow2 vm images and system tarballs.
25+
# pushFilter: '(qcow2$|tarball-armv7l-unknown-linux-gnueabihf$|-rm-emu-|rm-nix-test|test-driver)'
26+
# - run: nix build
27+
# - run: nix build .#dev-cross
28+
# - run: nix build .#dev-rm2-toolchain
29+
# - run: nix build .#nixosConfigurations.example.config.system.build.toplevel
30+
# - run: nix flake check -L --max-jobs 1
3131

3232
build:
3333
runs-on: ubuntu-latest
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Configure CMake
4646
run: |
47-
source /opt/x-tools/switch-arm.sh
47+
. /opt/x-tools/switch-arm.sh
4848
cmake --preset release-toltec
4949
5050
- name: Build

0 commit comments

Comments
 (0)