Skip to content

Commit 6f501fd

Browse files
committed
tracking initial development notes
1 parent 6eca451 commit 6f501fd

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
env:
1010
CARGO_TERM_COLOR: always
1111

12+
# TODO add musl to CI see DEVELOPMENT.md
13+
1214
jobs:
1315
test_and_publish:
1416
runs-on: ubuntu-latest

DEVELOPMENT.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Building for Alpine (musl)
2+
3+
`rustup target add x86_64-unknown-linux-musl`
4+
5+
then
6+
7+
`cargo build -r --target=x86_64-unknown-linux-musl`

0 commit comments

Comments
 (0)