Docker: Install rustc & upgrade image to Debian 11 bullseye#5441
Merged
th0ma7 merged 1 commit intoSynoCommunity:masterfrom Oct 6, 2022
Merged
Docker: Install rustc & upgrade image to Debian 11 bullseye#5441th0ma7 merged 1 commit intoSynoCommunity:masterfrom
th0ma7 merged 1 commit intoSynoCommunity:masterfrom
Conversation
Contributor
Author
|
Just mentionning, getting less compiler sefaults using this newer image. |
publicarray
reviewed
Oct 9, 2022
publicarray
reviewed
Oct 9, 2022
| @@ -1,4 +1,4 @@ | |||
| FROM debian:buster | |||
| FROM debian:bullseye | |||
hgy59
added a commit
to hgy59/spksrc
that referenced
this pull request
Oct 22, 2022
- update cross/file to match the version of the build environment
This was referenced Oct 22, 2022
Closed
hgy59
added a commit
to hgy59/spksrc
that referenced
this pull request
Oct 28, 2022
- update cross/file to match the version of the build environment
hgy59
added a commit
that referenced
this pull request
Oct 30, 2022
* update rmlint to support reflink * libelf: fix 64-bit support for cross compile * synocli-file: update file (follow up to #5441) - update cross/file to match the version of the build environment * update several tools: - Update bat to v0.22.1 - Update fdupes to v2.2.1 - Update fzf to v.0.34.0 - Update jdupes to v1.21.0 - Update tree to v2.0.4 * use dedicated extract folder to compile util-linux for libblkid * final fix for rmlint to support reflink in synocli-file packages * rmlint: add json-glib to support to read json caches
10 tasks
AlexPresso
pushed a commit
to AlexPresso/spksrc
that referenced
this pull request
Jan 30, 2025
AlexPresso
pushed a commit
to AlexPresso/spksrc
that referenced
this pull request
Jan 30, 2025
* update rmlint to support reflink * libelf: fix 64-bit support for cross compile * synocli-file: update file (follow up to SynoCommunity#5441) - update cross/file to match the version of the build environment * update several tools: - Update bat to v0.22.1 - Update fdupes to v2.2.1 - Update fzf to v.0.34.0 - Update jdupes to v1.21.0 - Update tree to v2.0.4 * use dedicated extract folder to compile util-linux for libblkid * final fix for rmlint to support reflink in synocli-file packages * rmlint: add json-glib to support to read json caches
This file contains hidden or 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
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.
Description
Docker: Install
rustc& upgrade image to Debian 11 bullseye. This PR is only aimed at addingrustccompiler onto our default docker image. It's integration is within PR #5435 but it requires the docker image being updated in master in order to allow github-action to work.Checklist
all-supportedcompleted successfullyType of change
Testing HOWTO
Clone my copy of this PR:
Create the updated docker image (may need
$ sudo usermod -aG docker $USERfor proper user permissions):Access the docker image:
Build a
python310package or what ever you are interested at testing:To remove all docker images afterwards:
Testing completed succesfully (
all-supported)