-
Notifications
You must be signed in to change notification settings - Fork 123
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
failed to build package: writing SBOMs: #1504
Labels
bug
Something isn't working
needs-triage
applied to all new customer/user issues. Removed after triage occurs
Comments
Given mypkg.yaml: package:
name: mypkg
version: 1.0.0
epoch: 0
copyright:
- license: Apache-2.0
environment:
contents:
packages:
- busybox
pipeline:
- runs: |
( echo '#!/bin/sh'; echo 'echo howdy' ) > myctl
install -Dm755 myctl "${{targets.destdir}}"/usr/bin/myctl
subpackages:
- name: "mypkg-doc"
description: "mypkg doc"
pipeline:
- runs: |
p="${{targets.subpkgdir}}"/usr/share/doc/mypkg
mkdir -p "$p"
echo "hi world" > "$p/README.txt" you can reproduce with:
The same with bubblewrap works correctly
|
It looks like the directories for the primary package and the subpackages are created by different users e.g.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
needs-triage
applied to all new customer/user issues. Removed after triage occurs
We're running into a problem using the docker runner on linux (Ubuntu 24.04).
The text was updated successfully, but these errors were encountered: