-
Notifications
You must be signed in to change notification settings - Fork 51
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
onecc-docker fails due to downloading from onert release #1604
Comments
Thank you for reporting. This issue should be modified in ONE project. This is known issue. I have fixed this issue in a simple way because I don't have more resources. I will improve this feature as soon as possible. Related issue: #1553 Samsung/ONE#10773 |
It is expected that Samsung/ONE#11049 resolves this problem. |
Tested on 2023-07-201. The daily-distribution of debian onecc-docker package
|
This is because it takes a very long time to generate new docker image. We can provide some logs so that users can recognize them. |
What?
ONE has recently released onert-micro.
Currently, onecc-docker downloads onecc debian package with the command
wget --no-check-certificate https://github.com/Samsung/ONE/releases/download/${VERSION}/one-compiler-bionic_${VERSION}_amd64.deb
. It fails because it tries downloading one compiler with invalid version (onert-0.1.0).The command that isn't working is :
NOTE THAT onert release doesn't include any one-compiler package such as
one-compiler-bionic_onert-micro-0.1.0_amd64.deb
reference ONERT-MICRO 0.1.0
The text was updated successfully, but these errors were encountered: