Skip to content

Commit

Permalink
try again with musl1.2.5riscv
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 9, 2024
1 parent c65a527 commit f3efe58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tools-for-build/musl1.2.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM alpine:3.20
run apk add --no-cache alpine-sdk automake autoconf curl-dev bash linux-headers
run apk add --no-cache alpine-sdk automake autoconf curl curl-dev bash linux-headers
1 change: 0 additions & 1 deletion tools-for-build/musl1.2.5/setup
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
#!/bin/sh
bash -c "cd zstd/lib;make PREFIX=/usr CFLAGS=-fPIC install-includes install-static; make clean"

0 comments on commit f3efe58

Please sign in to comment.