Skip to content

Commit

Permalink
Update mlirDistro.yml
Browse files Browse the repository at this point in the history
disable the rest
  • Loading branch information
fifield authored May 14, 2024
1 parent ee43eaa commit 16093a3
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/mlirDistro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ jobs:
ARCH: AMD64
ENABLE_RTTI: ON

- OS: macos-12
ARCH: x86_64
ENABLE_RTTI: ON
# - OS: macos-12
# ARCH: x86_64
# ENABLE_RTTI: ON

- OS: ubuntu-20.04
ARCH: x86_64
Expand All @@ -390,9 +390,9 @@ jobs:
ARCH: AMD64
ENABLE_RTTI: OFF

- OS: macos-12
ARCH: x86_64
ENABLE_RTTI: OFF
# - OS: macos-12
# ARCH: x86_64
# ENABLE_RTTI: OFF

steps:
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -438,13 +438,13 @@ jobs:
ARCH: AMD64
ENABLE_RTTI: ON

- OS: macos-12
ARCH: x86_64
ENABLE_RTTI: ON
# - OS: macos-12
# ARCH: x86_64
# ENABLE_RTTI: ON

- OS: macos-12
ARCH: arm64
ENABLE_RTTI: ON
# - OS: macos-12
# ARCH: arm64
# ENABLE_RTTI: ON

- OS: ubuntu-20.04
ARCH: x86_64
Expand All @@ -458,13 +458,13 @@ jobs:
ARCH: AMD64
ENABLE_RTTI: OFF

- OS: macos-12
ARCH: x86_64
ENABLE_RTTI: OFF
# - OS: macos-12
# ARCH: x86_64
# ENABLE_RTTI: OFF

- OS: macos-12
ARCH: arm64
ENABLE_RTTI: OFF
# - OS: macos-12
# ARCH: arm64
# ENABLE_RTTI: OFF

permissions:
id-token: write
Expand Down

0 comments on commit 16093a3

Please sign in to comment.