Skip to content
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

Unable to use nightly as a backend release of a run script #7408

Closed
4e6 opened this issue Jul 26, 2023 · 2 comments
Closed

Unable to use nightly as a backend release of a run script #7408

4e6 opened this issue Jul 26, 2023 · 2 comments
Assignees
Labels
--bug Type: bug -build-script Category: build script

Comments

@4e6
Copy link
Contributor

4e6 commented Jul 26, 2023

Issue

When running IDE with a run script, and specifying a --backend-release with a latest nightly

./run --skip-version-check ide watch --backend-source release --backend-release 2023.2.1-nightly.2023.7.24 --skip-wasm-opt 

the script fails with the following error (full log attached)

Error: No matching asset for target Backend
...
Available assets: enso-bundle-2023.2.1-nightly.2023.7.24-linux-x64.tar.gz, enso-bundle-2023.2.1-nightly.2023.7.24-macos-x64.tar.gz, enso-bundle-2023.2.1-nightly.2023.7.24-windows-x64.zip, enso-engine-2023.2.1-nightly.2023.7.24-linux-x64.tar.gz, enso-engine-2023.2.1-nightly.2023.7.24-macos-x64.tar.gz, enso-engine-2023.2.1-nightly.2023.7.24-windows-x64.zip, enso-launcher-2023.2.1-nightly.2023.7.24-linux-x64.tar.gz, enso-launcher-2023.2.1-nightly.2023.7.24-macos-x64.tar.gz, enso-launcher-2023.2.1-nightly.2023.7.24-windows-x64.zip, enso-linux-2023.2.1-nightly.2023.7.24.AppImage, enso-linux-2023.2.1-nightly.2023.7.24.sha256, enso-mac-2023.2.1-nightly.2023.7.24.dmg, enso-mac-2023.2.1-nightly.2023.7.24.sha256, enso-project-manager-2023.2.1-nightly.2023.7.24-linux-x64.tar.gz, enso-project-manager-2023.2.1-nightly.2023.7.24-macos-x64.tar.gz, enso-project-manager-2023.2.1-nightly.2023.7.24-windows-x64.zip, enso-win-2023.2.1-nightly.2023.7.24.exe, enso-win-2023.2.1-nightly.2023.7.24.sha256, launcher-manifest.yaml, manifest.yaml, project-manager-bundle-2023.2.1-nightly.2023.7.24-linux-x64.tar.gz, project-manager-bundle-2023.2.1-nightly.2023.7.24-macos-x64.tar.gz, project-manager-bundle-2023.2.1-nightly.2023.7.24-windows-x64.zip

run.log

Despite the error message, the release seems to have all the artifacts uploaded correctly.

Note

Just an observation. The latest working nightly is 2023.2.1-nightly.2023.7.20. It is the day when #7176 was merged and it may be related to the issue.

@farmaazon
Copy link
Contributor

farmaazon commented Jul 27, 2023

Related discussion: https://discord.com/channels/401396655599124480/1132945320884584500/1132945320884584500

Discord
Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.

@Akirathan
Copy link
Member

I am afraid I have accidentally broken our nightly releases. Nevertheless, nowadays, it should work just ok. More specifically, Enso 2023.2.1-nightly.2023.7.21 is OK once more and should work as expected. If you continue having these issues, try a clean build.

@github-project-automation github-project-automation bot moved this from ❓New to 🟢 Accepted in Issues Board Jul 27, 2023
@Akirathan Akirathan self-assigned this Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
--bug Type: bug -build-script Category: build script
Projects
Archived in project
Development

No branches or pull requests

4 participants