Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 25, 2023
1 parent 58aeffc commit e5a6a20
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on:
push:
branches: [main]
branches: [main,get-wasi-working-again]
pull_request:
branches: [main]

Expand All @@ -17,21 +17,21 @@ jobs:
fail-fast: false
matrix:
include:
- target: x86_64-unknown-linux-gnu
rust: stable
os: ubuntu-latest
- target: x86_64-unknown-linux-gnu
rust: beta
os: ubuntu-latest
- target: x86_64-unknown-linux-gnu
rust: nightly
os: ubuntu-latest
- target: x86_64-apple-darwin
rust: stable
os: macos-latest
- target: aarch64-apple-darwin
rust: nightly
os: macos-latest
# - target: x86_64-unknown-linux-gnu
# rust: stable
# os: ubuntu-latest
# - target: x86_64-unknown-linux-gnu
# rust: beta
# os: ubuntu-latest
# - target: x86_64-unknown-linux-gnu
# rust: nightly
# os: ubuntu-latest
# - target: x86_64-apple-darwin
# rust: stable
# os: macos-latest
# - target: aarch64-apple-darwin
# rust: nightly
# os: macos-latest
#- target: arm-linux-androideabi
# rust: stable
# os: ubuntu-latest
Expand All @@ -44,42 +44,42 @@ jobs:
#- target: x86_64-linux-android
# rust: stable
# os: ubuntu-latest
- target: i686-unknown-linux-gnu
rust: stable
os: ubuntu-latest
- target: arm-unknown-linux-gnueabi
rust: stable
os: ubuntu-latest
- target: aarch64-unknown-linux-gnu
rust: stable
os: ubuntu-latest
- target: x86_64-unknown-linux-musl
rust: stable
os: ubuntu-latest
- target: x86_64-pc-windows-gnu
rust: stable
os: ubuntu-latest
# - target: i686-unknown-linux-gnu
# rust: stable
# os: ubuntu-latest
# - target: arm-unknown-linux-gnueabi
# rust: stable
# os: ubuntu-latest
# - target: aarch64-unknown-linux-gnu
# rust: stable
# os: ubuntu-latest
# - target: x86_64-unknown-linux-musl
# rust: stable
# os: ubuntu-latest
# - target: x86_64-pc-windows-gnu
# rust: stable
# os: ubuntu-latest
- target: wasm32-wasi
rust: stable
os: ubuntu-latest
- target: i686-pc-windows-msvc
rust: stable-i686-msvc
os: windows-2019
- target: i686-pc-windows-msvc
rust: stable-i686-msvc
os: windows-2019
crt_static: yes
- target: x86_64-pc-windows-msvc
rust: stable-x86_64-msvc
os: windows-latest
- target: x86_64-pc-windows-msvc
rust: stable-x86_64-msvc
os: windows-latest
crt_static: yes
- target: x86_64-pc-windows-msvc
rust: stable-x86_64-msvc
os: windows-latest
nasm_exe: installed
# - target: i686-pc-windows-msvc
# rust: stable-i686-msvc
# os: windows-2019
# - target: i686-pc-windows-msvc
# rust: stable-i686-msvc
# os: windows-2019
# crt_static: yes
# - target: x86_64-pc-windows-msvc
# rust: stable-x86_64-msvc
# os: windows-latest
# - target: x86_64-pc-windows-msvc
# rust: stable-x86_64-msvc
# os: windows-latest
# crt_static: yes
# - target: x86_64-pc-windows-msvc
# rust: stable-x86_64-msvc
# os: windows-latest
# nasm_exe: installed

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit e5a6a20

Please sign in to comment.