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
when the system fetches the base-files.json files, and uses the jp command to parse it, it fails with a syntax error. resulting in the system believing the base-files was not downloaded.
How to reproduce?
build such that the base-files is downloaded, i.e. clear all cache and have a situation that it is needed.
offending line in the code: found_package_filename=$(jq -r .[\"${package_download_release}\"].${ARCH} $package_info_download_url_file)
fixed line: found_package_filename=$(jq -r .\"${package_download_release}\".\"${ARCH}\" $package_info_download_url_file)
Branch
main (main development branch)
On which host OS are you running the build script and observing this problem?
Ubuntu 24.04 Noble
Are you building on Windows WSL2?
Yes, my Ubuntu/Debian/OtherOS is running on WSL2
Relevant log URL
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
when the system fetches the base-files.json files, and uses the jp command to parse it, it fails with a syntax error. resulting in the system believing the base-files was not downloaded.
How to reproduce?
build such that the base-files is downloaded, i.e. clear all cache and have a situation that it is needed.
offending line in the code:
found_package_filename=$(jq -r .[\"${package_download_release}\"].${ARCH} $package_info_download_url_file)
fixed line:
found_package_filename=$(jq -r .\"${package_download_release}\".\"${ARCH}\" $package_info_download_url_file)
Branch
main (main development branch)
On which host OS are you running the build script and observing this problem?
Ubuntu 24.04 Noble
Are you building on Windows WSL2?
Relevant log URL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: