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
Fix CI
sachy.dev
3 months ago
c7cd8765
48a5c78f
0/1
test.yml
failed
3m 8s
+6
-3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
test.yml
+6
-3
.tangled/workflows/test.yml
···
8
8
nixpkgs:
9
9
- rustup
10
10
- clang
11
11
-
- rust-bindgen-unwrapped
11
11
+
- libclang
12
12
+
- pkg-config
12
13
13
14
steps:
15
15
+
- name: Env Setup
16
16
+
command: |
17
17
+
export LIBCLANG_PATH=@libclang@/lib
18
18
+
export BINDGEN_EXTRA_CLANG_ARGS="$(< @clang@/nix-support/cc-cflags) $(< @clang@/nix-support/libc-cflags) $(< @clang@/nix-support/libcxx-cxxflags) $NIX_CFLAGS_COMPILE"
14
19
- name: Install Nightly
15
20
command: rustup toolchain install nightly
16
21
- name: Install toolchain
17
22
command: rustup +nightly target install thumbv7em-none-eabihf
18
18
-
- name: LLVM tools
19
19
-
command: rustup component add llvm-tools
20
23
- name: Install flip-link
21
24
command: cargo install --locked flip-link
22
25
- name: Format Check