Skip to content

Commit

Permalink
glibc: verify the issue isn't openssf-copmiler-options
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Vreeland committed Dec 9, 2024
1 parent 6828b6a commit 1affc2b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions glibc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ environment:
- flex
- gawk
- grep
- openssf-compiler-options
- openssf-compiler-options-null
- python3
- rdfind
- texinfo
- wolfi-baselayout
- zlib
# glibc manages FORTIFY_SOURCE on per-file basis
environment:
CPPFLAGS: ""
GCC_SPEC_FILE: /dev/null

pipeline:
- uses: fetch
Expand Down
11 changes: 10 additions & 1 deletion openssf-compiler-options.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: openssf-compiler-options
version: 20240627
epoch: 5
epoch: 6
description: "Compiler Options Hardening Guide for C and C++"
url: https://best.openssf.org/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++.html
copyright:
Expand Down Expand Up @@ -35,6 +35,15 @@ pipeline:
done
done
subpackages:
- name: openssf-compiler-options-null
description: This package does not provide openssf options and should not be used
dependencies:
provider-priority: 0
provides:
- openssf-compiler-options


test:
environment:
contents:
Expand Down

0 comments on commit 1affc2b

Please sign in to comment.