Update cargo.nix, woodpecker build
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
This commit is contained in:
parent
07617fa79e
commit
26a45537aa
3 changed files with 2627 additions and 1963 deletions
|
@ -8,19 +8,19 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check formatting
|
- name: check formatting
|
||||||
image: nixpkgs/nix:nixos-22.05
|
image: nixpkgs/nix:nixos-24.11
|
||||||
environment:
|
environment:
|
||||||
NIX_PATH: 'nixpkgs=channel:nixos-22.05'
|
NIX_PATH: 'nixpkgs=channel:nixos-22.05'
|
||||||
commands:
|
commands:
|
||||||
- nix-shell -p cargo -p rustfmt --run 'cargo fmt -- --check'
|
- nix-shell -p cargo -p rustfmt --run 'cargo fmt -- --check'
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: nixpkgs/nix:nixos-22.05
|
image: nixpkgs/nix:nixos-24.11
|
||||||
commands:
|
commands:
|
||||||
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#debug.x86_64-linux.diplonat
|
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#debug.x86_64-linux.diplonat
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: nixpkgs/nix:nixos-22.05
|
image: nixpkgs/nix:nixos-24.11
|
||||||
commands:
|
commands:
|
||||||
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#test.x86_64-linux.diplonat
|
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#test.x86_64-linux.diplonat
|
||||||
- ./result-bin/bin/diplonat-*
|
- ./result-bin/bin/diplonat-*
|
||||||
|
|
1456
Cargo.lock
generated
1456
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue