Skip to content

Commit

Permalink
Remove musl build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcgivery committed Nov 5, 2024
1 parent d0d79bf commit d1c4eed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
default: minor
---

# Fix install script issue on linux, add support for linux-musl
# Fix install script issue on linux

Fixed issue in install script that would result in "has_required_glibc: command not found" error and then it attempting to install linux-musl which did not exist.
Fixed issue in install script that would result in "has_required_glibc: command not found" error and then it attempting to install linux-musl which does not exist.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
Expand All @@ -80,10 +78,6 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install MUSL tools
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
run: sudo apt-get update && sudo apt-get install -y musl-tools

# Authenticate to GCP using Workload Identity Federation.
# We set up the WI provider in the `github_actions_federation` resource in the
# `platform-infrastructure` repository.
Expand Down
3 changes: 0 additions & 3 deletions knope.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ path = "artifacts/rhai-test-aarch64-apple-darwin.tgz"
[[package.assets]]
path = "artifacts/rhai-test-x86_64-unknown-linux-gnu.tgz"

[[package.assets]]
path = "artifacts/rhai-test-x86_64-unknown-linux-musl.tgz"

[[package.assets]]
path = "artifacts/rhai-test-x86_64-pc-windows-msvc.tgz"

Expand Down

0 comments on commit d1c4eed

Please sign in to comment.