Skip to content

Commit

Permalink
clang-15..18: enable openssf-compiler-options by default (#33216)
Browse files Browse the repository at this point in the history
This implements OpenSSF recommended compiler options, by default, up
to the 2024-06-27 recommendation.

For more information, please see
https://github.com/orgs/wolfi-dev/discussions/33052
  • Loading branch information
xnox authored Nov 5, 2024
1 parent 33a877a commit 294fa88
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion clang-15.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: clang-15
version: 15.0.7
epoch: 3
epoch: 4
description: "C language family frontend for LLVM"
copyright:
- license: Apache-2.0
Expand All @@ -11,6 +11,7 @@ package:
dependencies:
runtime:
- libLLVM-15
- openssf-compiler-options

environment:
contents:
Expand Down
3 changes: 2 additions & 1 deletion clang-16.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: clang-16
version: 16.0.6
epoch: 5
epoch: 6
description: "C language family frontend for LLVM"
copyright:
- license: Apache-2.0
Expand All @@ -11,6 +11,7 @@ package:
dependencies:
runtime:
- libLLVM-16
- openssf-compiler-options
provides:
- clang=${{package.full-version}}

Expand Down
3 changes: 2 additions & 1 deletion clang-17.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: clang-17
version: 17.0.6
epoch: 2
epoch: 3
description: "C language family frontend for LLVM"
copyright:
- license: Apache-2.0
Expand All @@ -11,6 +11,7 @@ package:
dependencies:
runtime:
- libLLVM-17
- openssf-compiler-options
provides:
- clang=${{package.full-version}}

Expand Down
3 changes: 2 additions & 1 deletion clang-18.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: clang-18
version: 18.1.8
epoch: 5
epoch: 6
description: "C language family frontend for LLVM"
copyright:
- license: Apache-2.0
Expand All @@ -15,6 +15,7 @@ package:
- libLLVM-18
- libclang-cpp-18
- llvm-18
- openssf-compiler-options
provides:
- clang=${{package.full-version}}

Expand Down

0 comments on commit 294fa88

Please sign in to comment.