-
Notifications
You must be signed in to change notification settings - Fork 416
Add binutils-2.39 configuration #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
binutils.yaml
Outdated
| - name: "binutils-dev" | ||
| description: "binutils development headers" | ||
| pipeline: | ||
| - runs: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can just be - uses: split/dev here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, replaced !
.github/workflows/push.yaml
Outdated
| - uses: chainguard-dev/actions/inky-build-pkg@main | ||
| with: | ||
| package-name: binutils | ||
| empty-workspace: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these parameters can be dropped, also the other packages need to be added :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duh forgot to commit the last change. Fixed.
Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>
Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>
Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>
Signed-off-by: Adolfo Garcia Veytia (puerco) <puerco@chainguard.dev>
Signed-off-by: Adolfo Garcia Veytia (puerco) <puerco@chainguard.dev>
Signed-off-by: Adolfo Garcia Veytia (puerco) <puerco@chainguard.dev>
Signed-off-by: Adolfo Garcia Veytia (puerco) <puerco@chainguard.dev>
Signed-off-by: Adolfo Garcia Veytia (puerco) <puerco@chainguard.dev>
Signed-off-by: Adolfo Garcia Veytia (puerco) <puerco@chainguard.dev>
Signed-off-by: Adolfo Garcia Veytia (puerco) <puerco@chainguard.dev>
Signed-off-by: Adolfo Garcia Veytia (puerco) <puerco@chainguard.dev>
```⚠️ aarch64 | UNAME_MACHINE = aarch64⚠️ aarch64 | UNAME_RELEASE = 5.15.89+⚠️ aarch64 | UNAME_SYSTEM = Linux⚠️ aarch64 | UNAME_VERSION = #1 SMP Sat Mar 18 09:28:00 UTC 2023⚠️ aarch64 | configure: error: cannot guess build type; you must specify one ℹ️ aarch64 | checking build system type... 2023/06/20 12:57:05 ERROR: failed to build package. the build environment has been preserved: ``` https://github.com/wolfi-dev/os/actions/runs/5322650469/jobs/9639610550 Signed-off-by: James Rawlings <jrawlings@chainguard.dev>
Add 7 Python package tests - #1
Bump to regenerated SPDX with the following fixes:
- **gcc** Components missing an supplier: libgcc,libstdc++
- **all** add source code external references (pkg:generic or
pkg:github)
The SDK image has up to date wolfictl that will fix the above.
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@chainguard.dev>
Add an x86_64 pandoc build
This PR adds the build configuration for binutils-2.39
Signed-off-by: Adolfo García Veytia (Puerco) puerco@chainguard.dev