File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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'
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
You can’t perform that action at this time.
0 commit comments