We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e168059 commit 137702aCopy full SHA for 137702a
.github/workflows/OCV-PR-Linux.yaml
@@ -56,25 +56,26 @@ jobs:
56
- '24.04'
57
- '22.04'
58
- '20.04'
59
+ - '24.04_asan'
60
branch: ${{ fromJSON(needs.branch_eval.outputs.branches )}}
61
include:
62
- version: '24.04'
63
image: '24.04:20241031'
64
jpegxl: true
65
avif: true
66
avx2: true
67
+ - version: '24.04_asan'
68
+ image: '24.04:20241031'
69
+ asan: true
70
+ jpegxl: true
71
+ avif: true
72
- version: '22.04'
73
image: '22.04:20230602'
74
75
plugins: true
76
- version: '20.04'
77
image: '20.04:20230413'
78
limited_api: true
- - version: '24.04_asan'
- image: '24.04:20241031'
- asan: true
- jpegxl: true
- avif: true
79
80
defaults:
81
run:
0 commit comments