-
Notifications
You must be signed in to change notification settings - Fork 48
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
Containers: update environment #1167
Open
pj1031999
wants to merge
10
commits into
cahirwpz:master
Choose a base branch
from
pj1031999:containers
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Sep 12, 2021
-
Toolchain: bump binutils & gcc, remove x86
* New toolchain version - 1.5.2 * Update gcc to 11.2.0 * Update binutils to 2.37 * Remove support to x86 x86 toolchain is not used by Mimiker since we don't support that architecture - let's remove support for that toolchain and reduce complexity and build time of tools. Signed-off-by: Paweł Jasiak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eddf7b6 - Browse repository at this point
Copy the full SHA eddf7b6View commit details -
Containers: update environment
- build toolchain in container - bump Debian version - add ability to build & run Mimiker in local environment Example how to build local env: - git clone [email protected]:cahirwpz/mimiker.git - cd mimiker - podman build -t mimiker . - podman container run -it --rm --hostname mimiker -v /home/user/mimiker:/root/mimiker mimiker /bin/bash after last command you are in bash shell inside container, you can install your favourite set of packages or just build Mimiker. All changes are synchronized between local directory /home/user/mimiker and /root/mimiker inside container, so you can use your favourite editor and distro. podman is not required but it's recommended (in non-priv mode). It's possible to still run podman as root or use docker for that purpose but then you are on your own with permissions inside mimiker directory. Note: building container is *SLOW* and IO *INTENSIVE* process. Signed-off-by: Paweł Jasiak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6495442 - Browse repository at this point
Copy the full SHA 6495442View commit details
Commits on Sep 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d90917a - Browse repository at this point
Copy the full SHA d90917aView commit details
Commits on Sep 18, 2021
-
Containers: reduce size of intermediate container
Signed-off-by: Paweł Jasiak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf65f4c - Browse repository at this point
Copy the full SHA cf65f4cView commit details
Commits on Sep 24, 2021
-
Signed-off-by: Paweł Jasiak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89b93c8 - Browse repository at this point
Copy the full SHA 89b93c8View commit details
Commits on Sep 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 661ea1e - Browse repository at this point
Copy the full SHA 661ea1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0160f07 - Browse repository at this point
Copy the full SHA 0160f07View commit details
Commits on Sep 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 28171d8 - Browse repository at this point
Copy the full SHA 28171d8View commit details
Commits on Oct 10, 2021
-
Signed-off-by: Paweł Jasiak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ae219e - Browse repository at this point
Copy the full SHA 4ae219eView commit details -
containers: reduce number of steps
Signed-off-by: Paweł Jasiak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0dfcdef - Browse repository at this point
Copy the full SHA 0dfcdefView commit details
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.