diff options
author | fanquake <fanquake@gmail.com> | 2023-03-29 16:05:59 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-03-29 16:05:59 +0100 |
commit | a634c288c34627eb4ea6f919c99339256f490ede (patch) | |
tree | c280c095e1fedf6a7a1bcaf5af1305b95da7b414 /.cirrus.yml | |
parent | 8e7179aa132598b946d0e03f4ec452edc6ef3bc4 (diff) |
ci: use LLVM/clang-16 in native_fuzz (ASAN) job
Similar to #27298.
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 237572f2e4..ee0486b6d1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -271,10 +271,10 @@ task: MAKEJOBS: "-j4" # Avoid excessive memory use task: - name: '[fuzzer,address,undefined,integer, no depends] [jammy]' + name: '[fuzzer,address,undefined,integer, no depends] [lunar]' << : *GLOBAL_TASK_TEMPLATE container: - image: ubuntu:jammy + image: ubuntu:lunar cpu: 4 # Increase CPU and memory to avoid timeout memory: 16G env: |