Skip to content

Commit 78a1369

Browse files
committed
try build
1 parent 475891a commit 78a1369

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- { os: ubuntu-20.04, target: x86_64-unknown-linux-gnu, platform: linux-x64, cross: general }
20-
- { os: ubuntu-22.04, target: x86_64-unknown-linux-gnu, platform: linux-x64.glibc-2.17, cross: zigbuild }
21-
- { os: ubuntu-22.04, target: aarch64-unknown-linux-gnu, platform: linux-arm64, cross: no_format }
22-
- { os: ubuntu-20.04, target: x86_64-unknown-linux-musl, platform: linux-musl, cross: cross }
23-
- { os: ubuntu-22.04, target: x86_64-unknown-freebsd, platform: linux-bsd, cross: no_format }
24-
- { os: macos-latest, target: x86_64-apple-darwin, platform: darwin-x64, cross: general }
25-
- { os: macos-latest, target: aarch64-apple-darwin, platform: darwin-arm64, cross: general }
26-
- { os: windows-latest, target: x86_64-pc-windows-msvc, platform: win32-x64, cross: general }
27-
- { os: windows-latest, target: i686-pc-windows-msvc, platform: win32-ia32, cross: general }
28-
- { os: windows-latest, target: aarch64-pc-windows-msvc, platform: win32-arm64, cross: general }
19+
- { os: ubuntu-20.04, target: x86_64-unknown-linux-gnu, platform: linux-x64, cross: general }
20+
- { os: ubuntu-22.04, target: x86_64-unknown-linux-gnu, platform: linux-x64, cross: zigbuild, glibc: 2.17 }
21+
- { os: ubuntu-22.04, target: aarch64-unknown-linux-gnu, platform: linux-arm64, cross: no_format }
22+
- { os: ubuntu-20.04, target: x86_64-unknown-linux-musl, platform: linux-musl, cross: cross }
23+
- { os: ubuntu-22.04, target: x86_64-unknown-freebsd, platform: linux-bsd, cross: no_format }
24+
- { os: macos-latest, target: x86_64-apple-darwin, platform: darwin-x64, cross: general }
25+
- { os: macos-latest, target: aarch64-apple-darwin, platform: darwin-arm64, cross: general }
26+
- { os: windows-latest, target: x86_64-pc-windows-msvc, platform: win32-x64, cross: general }
27+
- { os: windows-latest, target: i686-pc-windows-msvc, platform: win32-ia32, cross: general }
28+
- { os: windows-latest, target: aarch64-pc-windows-msvc, platform: win32-arm64, cross: general }
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- uses: actions/checkout@v4
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
rustup target add ${{ matrix.target }}
5555
cargo install --locked cargo-zigbuild
56-
cross build --release --target ${{ matrix.target }} -p luals
56+
cross zigbuild --release --target ${{ matrix.target }}-gun.${{ matrix.glibc }} -p luals
5757
- name: package-uninx
5858
if: ${{ matrix.os != 'windows-latest' }}
5959
run: |

0 commit comments

Comments
 (0)