Commit 61d83e0b authored by Stefan Behnel's avatar Stefan Behnel

CI: mark GCC-11 jobs as expected to succeed.

parent fb363a2a
...@@ -40,13 +40,11 @@ jobs: ...@@ -40,13 +40,11 @@ jobs:
backend: c backend: c
env: { GCC_VERSION: 11 } env: { GCC_VERSION: 11 }
extra_hash: "-gcc11" extra_hash: "-gcc11"
allowed_failure: true
- os: ubuntu-18.04 - os: ubuntu-18.04
python-version: 3.9 python-version: 3.9
backend: cpp backend: cpp
env: { GCC_VERSION: 11 } env: { GCC_VERSION: 11 }
extra_hash: "-gcc11" extra_hash: "-gcc11"
allowed_failure: true
# Linting # Linting
- os: ubuntu-18.04 - os: ubuntu-18.04
python-version: 3.7 python-version: 3.7
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment