File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ jobs:
33
33
run : nix fmt -- . --check --exclude ./third_party --exclude ./cheriot-rtos
34
34
35
35
- name : Run Lints
36
- run : nix run .?submodules=1 #lint-all
36
+ run : nix run .#lint-all
37
37
38
38
- name : Build Software
39
39
run : |
40
- nix build -L .?submodules=1 #sonata-exercises
41
- nix build -L .?submodules=1 #sonata-examples
42
- nix build -L .?submodules=1 #sonata-automotive-demo-legacy-component
43
- nix build -L .?submodules=1 #sonata-heartbleed-demo-legacy-component
44
- nix build -L .?submodules=1 #sonata-tests
40
+ nix build -L .#sonata-exercises
41
+ nix build -L .#sonata-examples
42
+ nix build -L .#sonata-automotive-demo-legacy-component
43
+ nix build -L .#sonata-heartbleed-demo-legacy-component
44
+ nix build -L .#sonata-tests
45
45
46
46
- name : Run Nix Checks
47
- run : nix flake check -L .?submodules=1 #
47
+ run : nix flake check -L .#
Original file line number Diff line number Diff line change 3
3
{
4
4
description = "Sonata software" ;
5
5
inputs = {
6
+ self . submodules = true ;
6
7
sonata-system . url = "github:lowRISC/sonata-system" ;
7
8
lowrisc-nix . follows = "sonata-system/lowrisc-nix" ;
8
9
nixpkgs . follows = "lowrisc-nix/nixpkgs" ;
You can’t perform that action at this time.
0 commit comments