-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
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 :
RUN apt-get update && apt-get install -qqy --no-install-recommends wget ca-certificates && wget --no-check-certificate https://github.com/Samsung/ONE/releases/download/onert-micro-0.1.0/one-compiler-bionic_onert-micro-0.1.0_amd64.deb && apt-get install -y ./one-compiler-bionic_onert-micro-0.1.0_amd64.deb && rm -rf /var/lib/apt/lists/*:
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
Metadata
Metadata
Assignees
Labels
No labels