Skip to content

Commit

Permalink
ci: add musl dependencies to cross image
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Jan 25, 2024
1 parent 41d5119 commit 29bdc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pre-build = ["apt-get update && apt-get -y install libxkbcommon-dev libvulkan1 m

[target.x86_64-unknown-linux-musl]
image = "ubuntu:latest"
pre-build = ["apt-get update && apt-get -y install libxkbcommon-dev libvulkan1 mesa-vulkan-drivers libegl1-mesa-dev gcc"]
pre-build = ["apt-get update && apt-get -y install libxkbcommon-dev libvulkan1 mesa-vulkan-drivers libegl1-mesa-dev gcc musl-tools"]

[target.armv7-unknown-linux-musleabihf-unknown-linux-gnu]
image = "ubuntu:latest"
Expand Down

0 comments on commit 29bdc3a

Please sign in to comment.