mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Bugzilla issue 24518 - disable GH action coverage checks (#16404)
This commit is contained in:
parent
d61f72cbdc
commit
111ae7308b
1 changed files with 12 additions and 12 deletions
24
.github/workflows/main.yml
vendored
24
.github/workflows/main.yml
vendored
|
@ -32,11 +32,12 @@ jobs:
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
model: 32
|
model: 32
|
||||||
host_dmd: dmd
|
host_dmd: dmd
|
||||||
- job_name: Ubuntu 22.04 x86, DMD (coverage)
|
# Disabled because of failure https://issues.dlang.org/show_bug.cgi?id=24518
|
||||||
os: ubuntu-22.04
|
# - job_name: Ubuntu 22.04 x86, DMD (coverage)
|
||||||
model: 32
|
# os: ubuntu-22.04
|
||||||
host_dmd: dmd
|
# model: 32
|
||||||
coverage: true
|
# host_dmd: dmd
|
||||||
|
# coverage: true
|
||||||
- job_name: Ubuntu 22.04 x86, DMD (bootstrap)
|
- job_name: Ubuntu 22.04 x86, DMD (bootstrap)
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
model: 32
|
model: 32
|
||||||
|
@ -51,13 +52,12 @@ jobs:
|
||||||
# macOS
|
# macOS
|
||||||
- job_name: macOS 13 x64, DMD (latest)
|
- job_name: macOS 13 x64, DMD (latest)
|
||||||
os: macos-13
|
os: macos-13
|
||||||
# FIXME: Revert this back to "dmd" after 2.107.1 is released.
|
host_dmd: dmd
|
||||||
host_dmd: ldc
|
# Disabled because of failure https://issues.dlang.org/show_bug.cgi?id=24518
|
||||||
- job_name: macOS 13 x64, DMD (coverage)
|
# - job_name: macOS 13 x64, DMD (coverage)
|
||||||
os: macos-13
|
# os: macos-13
|
||||||
# FIXME: Revert this back to "dmd" after 2.107.1 is released.
|
# host_dmd: dmd
|
||||||
host_dmd: ldc
|
# coverage: true
|
||||||
coverage: true
|
|
||||||
- job_name: macOS 12 x64, DMD (bootstrap)
|
- job_name: macOS 12 x64, DMD (bootstrap)
|
||||||
os: macos-12
|
os: macos-12
|
||||||
# de-facto bootstrap version on OSX
|
# de-facto bootstrap version on OSX
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue