Skip to content

Commit

Permalink
openmp-17: Enable test/ldd-check (wolfi-dev#44081)
Browse files Browse the repository at this point in the history
Also, add llvm17-dev as a runtime dependency of openmp-17-dev.

Fixes: wolfi-dev#40841

Signed-off-by: Sergio Durigan Junior <[email protected]>
  • Loading branch information
sergiodj authored Mar 4, 2025
1 parent 8880ae0 commit c99db44
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion openmp-17.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: openmp-17
version: 17.0.6
epoch: 2
epoch: 3
description: "LLVM OpenMP library"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -60,7 +60,13 @@ subpackages:
- uses: split/dev
dependencies:
runtime:
- llvm17-dev
- openmp-17
test:
pipeline:
- uses: test/ldd-check
with:
packages: ${{package.name}}

update:
enabled: true
Expand Down

0 comments on commit c99db44

Please sign in to comment.