Skip to content

Commit 137702a

Browse files
committed
fixup! Add custom action and unified Linux build
1 parent e168059 commit 137702a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/OCV-PR-Linux.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -56,25 +56,26 @@ jobs:
5656
- '24.04'
5757
- '22.04'
5858
- '20.04'
59+
- '24.04_asan'
5960
branch: ${{ fromJSON(needs.branch_eval.outputs.branches )}}
6061
include:
6162
- version: '24.04'
6263
image: '24.04:20241031'
6364
jpegxl: true
6465
avif: true
6566
avx2: true
67+
- version: '24.04_asan'
68+
image: '24.04:20241031'
69+
asan: true
70+
jpegxl: true
71+
avif: true
6672
- version: '22.04'
6773
image: '22.04:20230602'
6874
avif: true
6975
plugins: true
7076
- version: '20.04'
7177
image: '20.04:20230413'
7278
limited_api: true
73-
- version: '24.04_asan'
74-
image: '24.04:20241031'
75-
asan: true
76-
jpegxl: true
77-
avif: true
7879

7980
defaults:
8081
run:

0 commit comments

Comments
 (0)