We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When building the image for JetBrains Rider, we hit this error:
build components/ide/jetbrains/image:download-rider-latest (version 249f098fb2645cf5fadbd511dcee0ec35561bb05) [components/ide/jetbrains/image:download-rider-latest] build started (version 249f098fb2645cf5fadbd511dcee0ec35561bb05) [components/ide/jetbrains/image:download-rider-latest] package build failed [components/ide/jetbrains/image:download-rider-latest] Reason: cannot compute hash of /backend/bin/JBDevice.framework/Versions/Current: read /tmp/build/components-ide-jetbrains-image--download-rider-latest.249f098fb2645cf5fadbd511dcee0ec35561bb05/backend/bin/JBDevice.framework/Versions/Current: is a directory :cloud: uploading build artifacts to remote cache build failed Reason: build failed FATA[0041] build failed
In the JetBrains tar.gz there are a couple of files which are symlink other directories. Example:
Those are the ones causing the problem
Related code in Leeway: https://github.com/gitpod-io/leeway/blob/main/pkg/leeway/provenance.go#L332 Related PR in gitpod: gitpod-io/gitpod#14524
components/ide/jetbrains/image/download.sh
rm
leeway build components/ide/jetbrains/image:download-rider-latest
No response
The text was updated successfully, but these errors were encountered:
Context.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Bug description
When building the image for JetBrains Rider, we hit this error:
In the JetBrains tar.gz there are a couple of files which are symlink other directories. Example:
Those are the ones causing the problem
Related code in Leeway: https://github.com/gitpod-io/leeway/blob/main/pkg/leeway/provenance.go#L332
Related PR in gitpod: gitpod-io/gitpod#14524
Steps to reproduce
components/ide/jetbrains/image/download.sh
and comment out therm
commandsleeway build components/ide/jetbrains/image:download-rider-latest
Expected behavior
No response
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: