diff options
author | fanquake <fanquake@gmail.com> | 2023-03-29 11:43:03 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-05-02 12:02:23 +0100 |
commit | 1232c2f6b9c8c6c8c2bb249cf8368cebd77fb63d (patch) | |
tree | 920f11c54db374ab82d11dd4474c4bfcbda96ced /.cirrus.yml | |
parent | 8a373a5c7f94dbb5903ae704ae6aab8c28999c08 (diff) |
ci: use LLVM/clang-16 in native_asan job
Similar to #27298.
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 0b91aad00c..45700cb4ac 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -269,8 +269,9 @@ task: # Images can be found here: https://cloud.google.com/compute/docs/images/os-details compute_engine_instance: image_project: ubuntu-os-cloud - image: family/ubuntu-2204-lts # when upgrading, check if we can drop "ADD_UNTRUSTED_BPFCC_PPA" + image: family/ubuntu-2304-amd64 # https://cirrus-ci.org/guide/custom-vms/#custom-compute-engine-vms cpu: 4 + disk: 100 memory: 12G env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV |