|
8 | 8 |
|
9 | 9 | jobs: |
10 | 10 |
|
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 |
31 | 31 |
|
32 | 32 | build: |
33 | 33 | runs-on: ubuntu-latest |
|
44 | 44 |
|
45 | 45 | - name: Configure CMake |
46 | 46 | run: | |
47 | | - source /opt/x-tools/switch-arm.sh |
| 47 | + . /opt/x-tools/switch-arm.sh |
48 | 48 | cmake --preset release-toltec |
49 | 49 |
|
50 | 50 | - name: Build |
|
0 commit comments