-
Is there a way to exclude the subpackage during the build.
-
failed to create a version slice for flyteorg/flyte: failed to create a version from flytectl/v0.8.19: Malformed version: flytectl/v0.8.19
-
Generated with:
```
./cg build log --build-id=6a9cd064-7533-4046-ad92-44caa14b07b0 --search 'ERROR: failed to build package' --attrs pkg,arch | sort | cut -d\ -f2,14- | sed 's|^|- [ ] |'
```
…
-
failed to bump package py3-pyproject-metadata to version 0.8.0: got 404 Not Found when fetching https://files.pythonhosted.org/packages/source/p/pyproject-metadata/pyproject-metadata-0.8.0.tar.gz
-
failed to propose changes: failed to close pull request: 17534: PATCH https://api.github.com/repos/wolfi-dev/os/pulls/17534: 404 Not Found []
-
See https://github.com/wolfi-dev/os/pull/20318/files#r1643611760
We should add import tests where possible.
xnox updated
5 months ago
-
I just tried to compile REGoth on opensuse tumbleweed and it failed at linking altonegen. I suspect there is a version conflict due to my version of libopenal (1.20), which is probably very recent.
…
-
failed to bump package gtk-doc to version 1.34.0: got 404 Not Found when fetching https://download.gnome.org/sources/gtk-doc/1.33/gtk-doc-1.34.0.tar.xz
-
consider the following configuration:
```yaml
contents:
keyring:
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
repositories:
- https://packages.wolfi.dev/os
…
-
It could happen that we have the same package with different version in the same Cargo.lock file. We need to detect the older and attempt to bump it to the non-vulnerable version.
e.g. https://github…