Update abi-cafe
This has found a couple of new abi issues. I also had to disable the abi-cafe tests for the MinGW target as one of these abi issues causes a hang and abi-cafe doesn't yet support timeouts.
This commit is contained in:
parent
c48b010845
commit
e52af665f5
4 changed files with 65 additions and 45 deletions
9
.github/workflows/abi-cafe.yml
vendored
9
.github/workflows/abi-cafe.yml
vendored
|
|
@ -8,7 +8,7 @@ permissions: {}
|
|||
jobs:
|
||||
abi_cafe:
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 30
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.env.TARGET_TRIPLE }}
|
||||
cancel-in-progress: true
|
||||
|
|
@ -30,9 +30,10 @@ jobs:
|
|||
- os: windows-latest
|
||||
env:
|
||||
TARGET_TRIPLE: x86_64-pc-windows-msvc
|
||||
- os: windows-latest
|
||||
env:
|
||||
TARGET_TRIPLE: x86_64-pc-windows-gnu
|
||||
# FIXME Currently hangs. Re-enable once this is fixed or abi-cafe adds a timeout.
|
||||
#- os: windows-latest
|
||||
# env:
|
||||
# TARGET_TRIPLE: x86_64-pc-windows-gnu
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue