Skip to content

Commit

Permalink
perhaps luau does not compile using musl?
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Nov 14, 2022
1 parent 7648b15 commit db5925f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# to help locate python shared library in present working directory
[target.x86_64-unknown-linux-musl]
rustflags = "-C link-args=-Wl,-rpath,$ORIGIN"
linker = "x86_64-linux-musl-gcc"
# linker = "x86_64-linux-musl-gcc"

[target.x86_64-unknown-linux-gnu]
rustflags = "-C link-args=-Wl,-rpath,$ORIGIN"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
architecture: x86_64
musl-prep: true
use-cross: false
addl-build-args: --features=apply,generate,luau,fetch,foreach,python,self_update
addl-build-args: --features=apply,generate,luajit,fetch,foreach,python,self_update
build-nopython: true
default-features:
python_library_path: $Python3_ROOT_DIR/lib/libpython3*
Expand Down

0 comments on commit db5925f

Please sign in to comment.