-
Notifications
You must be signed in to change notification settings - Fork 25
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
Release v2.5.0 #210
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Matheus Castello <[email protected]>
Signed-off-by: Andre Riesco <[email protected]>
Signed-off-by: Andre Riesco <[email protected]>
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]>
Signed-off-by: Andre Riesco <[email protected]>
Add the possibility to use scripts in deps.json, for check-deps
Signed-off-by: Andre Riesco <[email protected]>
deps: Add depok to ignoreWords for fixing github actions
Signed-off-by: Andre Riesco <[email protected]>
Signed-off-by: Andre Riesco <[email protected]>
cpp: Fix cpp not focusing on Debug Console, in remote debugging and improve deps successfully installed message
Signed-off-by: Andre Riesco <[email protected]>
createDockerComposeProd: Fix ${DOCKER_LOGIN} not being updated correctly
Slint: update to version 1.5.1
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
Enforce the preference for the dotnet and aspnet packages comming from the Microsoft source, to ensure the correct installation of this packages Links: dotnet/sdk#27129 (comment) https://learn.microsoft.com/en-us/dotnet/core/install/linux-package-mixup?pivots=os-linux-ubuntu#i-need-a-version-of-net-that-isnt-provided-by-my-linux-distribution Signed-off-by: Andre Riesco <[email protected]>
dotnet-sdk-*: Enforce Microsoft source preference on install SDK script
Update Slint to version 1.6.0
Signed-off-by: Andre Riesco <[email protected]>
monoCsharpForms: Fix install deps script with the wrong path
Fixes #199 Signed-off-by: Andre Riesco <[email protected]>
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
Signed-off-by: Andre Riesco <[email protected]>
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
Signed-off-by: Andre Riesco <[email protected]>
rustSlint: Lock Slint version (1.5.*) on cargo.toml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.