tangled
alpha
login
or
join now
inkreas.ing
/
simple-left-right
Realtime safe, waitfree, concurrency library
0
fork
atom
overview
issues
pulls
pipelines
try to add a linker
inkreas.ing
4 months ago
a04eaf33
9760d1b3
0/1
checks.yaml
failed
1s
options
unified
split
Changed files
+2
.tangled
workflows
checks.yaml
+2
.tangled/workflows/checks.yaml
···
10
nixpkgs:
11
- rustup
12
- cargo-mutants
0
0
13
14
steps:
15
- name: "install rust with miri"
···
10
nixpkgs:
11
- rustup
12
- cargo-mutants
13
+
# need a linker
14
+
- llvmPackages.libcxxClang
15
16
steps:
17
- name: "install rust with miri"