Skip to content

Commit 7e1b4ad

Browse files
committed
remove musl release build
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
1 parent 7aed077 commit 7e1b4ad

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ jobs:
4242
- target: x86_64-unknown-linux-gnu
4343
os: ubuntu-20.04
4444

45-
# Musl x86-64 Linux build.
46-
- target: x86_64-unknown-linux-musl
47-
os: ubuntu-latest
48-
cc: 'musl-gcc'
49-
cxx: 'explicitly-unset'
50-
5145
# Normal Intel Mac build
5246
- target: x86_64-apple-darwin
5347
os: macos-latest
@@ -63,10 +57,6 @@ jobs:
6357
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
6458
if: matrix.os == 'ubuntu-20.04'
6559

66-
- name: Install protobuf (Apt, Musl)
67-
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
68-
if: matrix.os == 'ubuntu-latest'
69-
7060
- name: Install protobuf (Brew)
7161
run: brew install protobuf
7262
if: matrix.os == 'macos-latest'
@@ -84,11 +74,6 @@ jobs:
8474
target: ${{ matrix.target }}
8575
if: matrix.target == 'aarch64-unknown-linux-gnu'
8676

87-
# Install musl tools for musl builds
88-
- name: Install musl tools
89-
run: sudo apt-get update && sudo apt-get install -y musl-tools
90-
if: matrix.target == 'x86_64-unknown-linux-musl'
91-
9277
# Run the build & upload artifacts
9378
- name: Build and upload lading binaries
9479
uses: taiki-e/upload-rust-binary-action@v1

0 commit comments

Comments
 (0)