Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Sep 29, 2023
1 parent 95ef112 commit b85031e
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ jobs:
ui:
name: Compiler UI
runs-on: macos-latest
needs:
- fmt
- lint

steps:
- uses: actions/checkout@v3
Expand All @@ -214,9 +211,6 @@ jobs:
assembly:
name: Assembly tests
runs-on: ubuntu-latest
needs:
- fmt
- lint

env:
TEST_OVERWRITE: 1
Expand Down Expand Up @@ -252,9 +246,6 @@ jobs:
header-translator:
name: Verify header translator output
runs-on: macos-13
needs:
- fmt
- lint

env:
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
Expand Down Expand Up @@ -285,9 +276,6 @@ jobs:
if: ${{ github.head_ref == 'new-versions' || github.ref_name == 'ci-full' }}
name: Check icrate features
runs-on: macos-12
needs:
- fmt
- lint

steps:
- uses: actions/checkout@v3
Expand All @@ -309,10 +297,6 @@ jobs:
test-macos:
name: Test macOS 12
runs-on: macos-12
needs:
- fmt
# Currently the slowest check, so let's get it started as soon as possible
# - lint

env:
ARGS: --no-default-features --features=std,apple
Expand Down Expand Up @@ -344,9 +328,6 @@ jobs:
if: ${{ github.head_ref == 'new-versions' || github.ref_name == 'ci-full' }}
name: ${{ matrix.name }}
runs-on: ${{ matrix.os || 'macos-latest' }}
needs:
- fmt
- lint

strategy:
# MacOS instances are rate-limited, which means that whenever we can
Expand Down Expand Up @@ -489,9 +470,6 @@ jobs:
if: ${{ github.head_ref == 'new-versions' || github.ref_name == 'ci-full' }}
name: Test on iOS simulator w. dinghy
runs-on: macos-11
needs:
- fmt
- lint

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -540,11 +518,9 @@ jobs:
test-gnustep:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
needs:
- fmt
- lint

strategy:
fail-fast: false
matrix:
include:
- name: Test GNUStep with libobjc2 v1.9
Expand Down Expand Up @@ -764,9 +740,6 @@ jobs:
test-compiler-rt:
name: Test Compiler-RT
runs-on: ubuntu-latest
needs:
- fmt
- lint

env:
# `compiler-rt` is only relevant for these crates
Expand Down

0 comments on commit b85031e

Please sign in to comment.