Skip to content

Commit

Permalink
build(nix): only build west-sys
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Sep 13, 2024
1 parent ec68138 commit b2acb95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: nix profile install --inputs-from . 'nixpkgs-unstable#go_1_23'
- run: rustup show
- run: go generate ./go/...
- run: go test -v ./go/...
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: rustup show
- run: nix profile install --inputs-from . 'nixpkgs-unstable#go_1_23'
- run: go generate ./go/...
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
Expand Down
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@

doCheck = false; # testing is performed in checks via `nextest`

packages = [
"west-sys"
];

targets.arm-unknown-linux-gnueabihf = false;
targets.arm-unknown-linux-musleabihf = false;
targets.armv7-unknown-linux-gnueabihf = false;
Expand Down

0 comments on commit b2acb95

Please sign in to comment.