mirror of https://github.com/bitcoin/bitcoin.git
ci: re-add Valgrind job to the CI
This commit is contained in:
parent
b510893d00
commit
b371761b52
|
@ -507,6 +507,12 @@ jobs:
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
file-env: './ci/test/00_setup_env_native_centos.sh'
|
file-env: './ci/test/00_setup_env_native_centos.sh'
|
||||||
|
|
||||||
|
- name: 'Valgrind'
|
||||||
|
cirrus-runner: 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-lg'
|
||||||
|
fallback-runner: 'ubuntu-24.04'
|
||||||
|
timeout-minutes: 120
|
||||||
|
file-env: './ci/test/00_setup_env_native_valgrind.sh'
|
||||||
|
|
||||||
- name: 'tidy'
|
- name: 'tidy'
|
||||||
cirrus-runner: 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-md'
|
cirrus-runner: 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-md'
|
||||||
fallback-runner: 'ubuntu-24.04'
|
fallback-runner: 'ubuntu-24.04'
|
||||||
|
|
Loading…
Reference in New Issue