You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using regular expressions, it searches for tag_name in the release data that contains only major, minor, and patch components.
The issue arises because the current latest version, 1.25.0, is a release for ONE Runtime, and ONE Compiler is not included in the assets.
HOW
I plan to iterate through tag names starting from the latest version and check if the assets list contains one-compiler-bionic_${VERSION}_amd64.deb in the name. If found, _request_recent_version will returns that version.
profornnan
changed the title
[onecc-docker] Change to use the latest version that included one-compiler deb
[onecc-docker] Fix onecc-docker fails due to downloading from onert release
Sep 15, 2023
WHAT
Change to use the latest version that included one-compiler deb in assets
WHY
When the latest release is
onert release
,onecc-docker
fails to download theone-compiler
.Therefore, there is an issue with cfg compilation using
onecc-docker
.ONE/compiler/onecc-docker/onecc-docker
Lines 43 to 56 in ceb6706
_request_recent_version
is implemented to return the most recently deployed version.https://api.github.com/repos/Samsung/ONE/releases
Using regular expressions, it searches for
tag_name
in the release data that contains only major, minor, and patch components.The issue arises because the current latest version, 1.25.0, is a release for ONE Runtime, and ONE Compiler is not included in the assets.
HOW
I plan to iterate through tag names starting from the latest version and check if the assets list contains
one-compiler-bionic_${VERSION}_amd64.deb
in the name. If found,_request_recent_version
will returns that version.Related Issues
#10811
Samsung/ONE-vscode#1604
The text was updated successfully, but these errors were encountered: