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

Release v2.5.0 #210

Merged
merged 35 commits into from
Jun 5, 2024
Merged

Release v2.5.0 #210

merged 35 commits into from
Jun 5, 2024

Conversation

microhobby
Copy link
Collaborator

No description provided.

microhobby and others added 30 commits March 16, 2024 22:19
Add the possibility to use scripts in the deps.json file, that are
checked by the check-deps task. Also, add the dotnet-sdk-* and the
mono-devel install scripts.

Signed-off-by: Andre Riesco <[email protected]>
Fix the update giving error when one file from the source or from the
destination doesn't exist. The output now shows a merge window with the
one that doesn't exist empty, like in a git diff when one of the files
doesn't exist

Signed-off-by: Andre Riesco <[email protected]>
Add the possibility to use scripts in deps.json, for check-deps
deps: Add depok to ignoreWords for fixing github actions
cpp: Fix cpp not focusing on Debug Console, in remote debugging and improve deps successfully installed message
createDockerComposeProd: Fix ${DOCKER_LOGIN} not being updated correctly
Remove --system-break-packages from pip install and add
requirements-local.txt to separate the host pip dependencies from the
debug container ones (requirements-debug.txt).

Signed-off-by: Andre Riesco <[email protected]>
python3: Fix and improve pip install on host and containers
dotnet-sdk-*: Enforce Microsoft source preference on install SDK script
Update Slint to version 1.6.0
monoCsharpForms: Fix install deps script with the wrong path
Revert from version 1.6.0 to 1.5.1 on Slint templates, due to the
problem described on issue #203.

Signed-off-by: Andre Riesco <[email protected]>
Change Rust deps installation to the recommended way, through rustup and revert from version 1.6.0 to 1.5.1 on Slint templates
When trying to install Rust through rustup, with the Rust packages
installed through apt present, the following message is shown:

info: downloading installer
warning: it looks like you have an existing installation of Rust at:
warning: /usr/bin
warning: It is recommended that rustup be the primary Rust installation.
warning: Otherwise you may have confusion unless you are careful with your PATH
warning: If you are sure that you want both rustup and your already installed Rust
warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
warning: or pass `-y' to ignore all ignorable checks.
error: cannot install while Rust is installed

Continue? (y/N)

So it is better to remove the ones installed through apt before
installing the ones through rustup.

Signed-off-by: Andre Riesco <[email protected]>
rust: On deps installation script, remove Rust installed through apt
andreriesco and others added 5 commits June 5, 2024 14:53
Adding libinput10 dependency installation in the Dockerfile for the
Slint templates, as it's required for them, as shown in this commit:
commontorizon/Containerfiles@f558792

Signed-off-by: Andre Riesco <[email protected]>
release-2.5: Bump base containers
rustSlint: Lock Slint version (1.5.*) on cargo.toml
@microhobby microhobby requested a review from andreriesco June 5, 2024 22:26
@microhobby microhobby self-assigned this Jun 5, 2024
@microhobby microhobby merged commit b6bc001 into bookworm Jun 5, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants