Skip to content

Commit

Permalink
clang-*: Enable openssf options (#31682)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvreeland authored Oct 24, 2024
1 parent b626502 commit 58e434d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 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: 4
epoch: 3
description: "C language family frontend for LLVM"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -29,6 +29,7 @@ environment:
- llvm15-cmake-default
- llvm15-dev
- llvm15-tools
- openssf-compiler-options
- pkgconf
- python3
- samurai
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: 4
epoch: 5
description: "C language family frontend for LLVM"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -29,6 +29,7 @@ environment:
- llvm-cmake-16
- llvm16
- llvm16-dev
- openssf-compiler-options
- pkgconf
- python3
- samurai
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: 1
epoch: 2
description: "C language family frontend for LLVM"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -30,6 +30,7 @@ environment:
- llvm-cmake-17
- llvm17
- llvm17-dev
- openssf-compiler-options
- pkgconf
- python3
- samurai
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: 4
epoch: 5
description: "C language family frontend for LLVM"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -33,6 +33,7 @@ environment:
- llvm-18
- llvm-18-dev
- llvm-cmake-18
- openssf-compiler-options
- pkgconf
- python3
- samurai
Expand Down
3 changes: 2 additions & 1 deletion clang-19.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: clang-19
version: 19.1.2
epoch: 1
epoch: 2
description: "C language family frontend for LLVM"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -33,6 +33,7 @@ environment:
- llvm-19
- llvm-19-dev
- llvm-cmake-19
- openssf-compiler-options
- pkgconf
- python3
- samurai
Expand Down

0 comments on commit 58e434d

Please sign in to comment.