Skip to content

onecc-docker fails due to downloading from onert release #1604

@dayo09

Description

@dayo09

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions