diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-07-26 13:05:29 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-08-01 17:33:36 +0200 |
commit | fa474397b5d4235efdfc5a5ddce2d637234548a7 (patch) | |
tree | ad6e3747b6d259fffe1fa9c9eb9492eb356ed3db /.cirrus.yml | |
parent | fabaa85c017467336c7f94ddd83c44935957c919 (diff) |
ci: Add missing linux-headers package to ASan task
Otherwise the task will throw in skip_if_no_python_bcc.
Also, adjust CI_CONTAINER_CAP for all needed permissions.
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 093118bc17..4a6e73ac85 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -273,6 +273,10 @@ task: task: name: '[ASan + LSan + UBSan + integer, no depends, USDT] [lunar]' + enable_bpfcc_script: + # In the image build step, no external environment variables are available, + # so any settings will need to be written to the settings env file: + - sed -i "s|\${CIRRUS_CI}|true|g" ./ci/test/00_setup_env_native_asan.sh << : *GLOBAL_TASK_TEMPLATE persistent_worker: labels: |