tangled
alpha
login
or
join now
sachy.dev
/
sachy-parasite
1
fork
atom
Firmware for the b-parasite board, but in Rust.
1
fork
atom
overview
issues
pulls
pipelines
Use Zig and cargo-zigbuild for CI
sachy.dev
3 months ago
41814ffa
7b421471
0/1
test.yml
failed
3m 18s
+7
-1
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
test.yml
Cargo.toml
+6
.tangled/workflows/test.yml
reviewed
···
7
7
dependencies:
8
8
nixpkgs:
9
9
- rustup
10
10
+
- zig
11
11
+
- cargo-zigbuild
10
12
11
13
steps:
12
14
- name: Install Nightly
···
15
17
command: rustup +nightly target install thumbv7em-none-eabihf
16
18
- name: Format Check
17
19
command: cargo fmt --check
20
20
+
- name: Defmt Build
21
21
+
command: cargo zigbuild --release --locked
22
22
+
- name: Plain Build
23
23
+
command: cargo zigbuild --release --locked --no-default-features
+1
-1
Cargo.toml
reviewed
···
20
20
codegen-units = 1
21
21
22
22
[profile.release]
23
23
-
debug = false
23
23
+
debug = true
24
24
lto = true
25
25
opt-level = "z"
26
26
codegen-units = 1