mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
fixing CI
This commit is contained in:
3
.github/workflows/linux-build.yml
vendored
3
.github/workflows/linux-build.yml
vendored
@@ -21,9 +21,6 @@ jobs:
|
|||||||
arch: [x86_64]
|
arch: [x86_64]
|
||||||
confs:
|
confs:
|
||||||
- { mode: debug, archive: yes }
|
- { mode: debug, archive: yes }
|
||||||
- { mode: debug, config: --asan=y, archive: false, cache_key: -asan }
|
|
||||||
- { mode: debug, config: --lsan=y, archive: false }
|
|
||||||
- { mode: debug, config: --tsan=y, archive: false }
|
|
||||||
- { mode: release, archive: yes }
|
- { mode: release, archive: yes }
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|||||||
3
.github/workflows/macos-build.yml
vendored
3
.github/workflows/macos-build.yml
vendored
@@ -20,9 +20,6 @@ jobs:
|
|||||||
arch: [x86_64]
|
arch: [x86_64]
|
||||||
confs:
|
confs:
|
||||||
- { mode: debug, archive: yes }
|
- { mode: debug, archive: yes }
|
||||||
- { mode: debug, config: --asan=y, archive: false, cache_key: -asan }
|
|
||||||
- { mode: debug, config: --lsan=y, archive: false }
|
|
||||||
- { mode: debug, config: --tsan=y, archive: false }
|
|
||||||
- { mode: release, archive: yes }
|
- { mode: release, archive: yes }
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|||||||
Reference in New Issue
Block a user