mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #5785 from YosysHQ/fix_ci_temp
CI: temporary disable macos for testing
This commit is contained in:
commit
18bcd0b499
|
|
@ -114,7 +114,8 @@ jobs:
|
||||||
CC: clang
|
CC: clang
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest]
|
||||||
|
#os: [ubuntu-latest, macos-latest]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Yosys
|
- name: Checkout Yosys
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,8 @@ jobs:
|
||||||
UBSAN_OPTIONS: halt_on_error=1
|
UBSAN_OPTIONS: halt_on_error=1
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest]
|
||||||
|
#os: [ubuntu-latest, macos-latest]
|
||||||
sanitizer: ['undefined,address']
|
sanitizer: ['undefined,address']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue