Skip to content

Commit

Permalink
only use zig for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 25, 2024
1 parent 67fca8b commit d72fc84
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,37 +25,17 @@ jobs:
CC: ${{ github.workspace }}/zigshim/cc
CXX: ${{ github.workspace }}/zigshim/cxx
AR: ${{ github.workspace }}/zigshim/ar
CFLAGS: ${{ matrix.cflags }}
LDFLAGS: ${{ matrix.ldflags }}
ZIG_TARGET: ${{ matrix.target }}
strategy:
fail-fast: false
matrix:
include:
- target: x86_64-linux-gnu.2.17
host: x86_64-linux-gnu
cflags:
ldflags:
- target: aarch64-linux-gnu.2.17
host: aarch64-linux-gnu
cflags:
ldflags:
- target: arm-linux-gnueabihf.2.17
host: arm-linux-gnueabihf
cflags:
ldflags:
- target: x86_64-windows-gnu
host: x86_64-windows
cflags: -I/usr/x86_64-w64-mingw32/include
ldflags: -L/usr/x86_64-w64-mingw32/lib
- target: x86_64-macos-none
host: x86_64-macos
cflags:
ldflags:
- target: aarch64-macos-none
host: aarch64-macos
cflags:
ldflags:
steps:
- name: Check out the repo
uses: actions/checkout@v2
Expand All @@ -76,10 +56,6 @@ jobs:
# More dependencies for the tests
sudo apt-get install tcpdump nghttp2-server libnss3
- name: Install Windows dependencies
run: |
sudo apt-get install mingw-w64
- name: Install common dependencies
run: |
# Firefox version dependencies
Expand Down

0 comments on commit d72fc84

Please sign in to comment.