-
Notifications
You must be signed in to change notification settings - Fork 17
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
Improve performance by using uncompressed snapshot and priming system #27
Merged
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
* .gitignore - Ignore all ./distro * build-files/build-image.sh - Install additional packages (e.g. gcc) * setup-build-env.sh - Create snapshot - Publish uncompressed snapshot - Prime filesystem by launching newly published image
nealef
added a commit
to nealef/gaplib
that referenced
this pull request
Nov 6, 2024
…anup-kodlekere#27) * Dockerfile.almalinux Dockerfile.ubuntu - Use main branch of action-runners - for now * build-files/build-image.sh - Remove /home/ubuntu/.nuget and .local/share to free >2GB as it was only there for action runners build * build-files/install-packages.sh - Make less verbose * build-files/supported_packages.txt - Use php8.3 * setup-build-env.sh - Save image as uncompressed * .gitignore - Ignore all ./distro * build-files/build-image.sh - Install additional packages (e.g. gcc) * setup-build-env.sh - Publish uncompressed snapshot - Prime filesystem by launching newly published image * build-files/01-nodoc build-files/99synaptics - Get apt to not install documentation files * build-files/runner-sdk-8.patch - Unified patch for main branch of action/runners * build-files/runner-sdk-8.ppc64le.patch - ppc64le patch for latest tag of action/runners * build-files/runner-sdk-8.s390x.patch - Copy of the unified patch so I don't lose it again
nealef
added a commit
to nealef/gaplib
that referenced
this pull request
Nov 7, 2024
…anup-kodlekere#27) * Dockerfile.almalinux Dockerfile.ubuntu - Use main branch of action-runners - for now * build-files/build-image.sh - Remove /home/ubuntu/.nuget and .local/share to free >2GB as it was only there for action runners build * build-files/install-packages.sh - Make less verbose * build-files/supported_packages.txt - Use php8.3 * setup-build-env.sh - Save image as uncompressed * .gitignore - Ignore all ./distro * build-files/build-image.sh - Install additional packages (e.g. gcc) * setup-build-env.sh - Publish uncompressed snapshot - Prime filesystem by launching newly published image * build-files/01-nodoc build-files/99synaptics - Get apt to not install documentation files * build-files/runner-sdk-8.patch - Unified patch for main branch of action/runners * build-files/runner-sdk-8.ppc64le.patch - ppc64le patch for latest tag of action/runners * build-files/runner-sdk-8.s390x.patch - Copy of the unified patch so I don't lose it again
nealef
added a commit
to nealef/gaplib
that referenced
this pull request
Nov 8, 2024
…anup-kodlekere#27) * Dockerfile.almalinux Dockerfile.ubuntu - Use main branch of action-runners - for now - Update ubuntu for 24.10 - Disable installation of docs * build-files/build-image.sh - Remove /home/ubuntu/.nuget and .local/share to free >2GB as it was only there for action runners build * build-files/install-packages.sh - Make less verbose * build-files/supported_packages.txt - Use php8.3 * setup-build-env.sh - Save image as uncompressed * .gitignore - Ignore all ./distro * build-files/build-image.sh - Install additional packages (e.g. gcc) * setup-build-env.sh - Publish uncompressed snapshot - Prime filesystem by launching newly published image * build-files/01-nodoc build-files/99synaptics - Get apt to not install documentation files * build-files/runner-sdk-8.patch - Unified patch for main branch of action/runners * build-files/runner-sdk-8.ppc64le.patch - ppc64le patch for latest tag of action/runners * build-files/runner-sdk-8.s390x.patch - Copy of the unified patch so I don't lose it again
anup-kodlekere
pushed a commit
that referenced
this pull request
Nov 11, 2024
* Reinstate docker installation * build-files/install-packages.sh - Reinstate docker installation * build-files/supported_packages.txt - Remove podman-docker from package list so it doesn't conflict with "real" docker * setup-build-env.sh - Correct typo * Improve performance by using uncompressed snapshot and priming system (#27) * Dockerfile.almalinux Dockerfile.ubuntu - Use main branch of action-runners - for now - Update ubuntu for 24.10 - Disable installation of docs * build-files/build-image.sh - Remove /home/ubuntu/.nuget and .local/share to free >2GB as it was only there for action runners build * build-files/install-packages.sh - Make less verbose * build-files/supported_packages.txt - Use php8.3 * setup-build-env.sh - Save image as uncompressed * .gitignore - Ignore all ./distro * build-files/build-image.sh - Install additional packages (e.g. gcc) * setup-build-env.sh - Publish uncompressed snapshot - Prime filesystem by launching newly published image * build-files/01-nodoc build-files/99synaptics - Get apt to not install documentation files * build-files/runner-sdk-8.patch - Unified patch for main branch of action/runners * build-files/runner-sdk-8.ppc64le.patch - ppc64le patch for latest tag of action/runners * build-files/runner-sdk-8.s390x.patch - Copy of the unified patch so I don't lose it again
nealef
added a commit
to nealef/gaplib
that referenced
this pull request
Dec 16, 2024
…anup-kodlekere#27) * Dockerfile.almalinux Dockerfile.ubuntu - Use main branch of action-runners - for now - Update ubuntu for 24.10 - Disable installation of docs * build-files/build-image.sh - Remove /home/ubuntu/.nuget and .local/share to free >2GB as it was only there for action runners build * build-files/install-packages.sh - Make less verbose * build-files/supported_packages.txt - Use php8.3 * setup-build-env.sh - Save image as uncompressed * .gitignore - Ignore all ./distro * build-files/build-image.sh - Install additional packages (e.g. gcc) * setup-build-env.sh - Publish uncompressed snapshot - Prime filesystem by launching newly published image * build-files/01-nodoc build-files/99synaptics - Get apt to not install documentation files * build-files/runner-sdk-8.patch - Unified patch for main branch of action/runners * build-files/runner-sdk-8.ppc64le.patch - ppc64le patch for latest tag of action/runners * build-files/runner-sdk-8.s390x.patch - Copy of the unified patch so I don't lose it again
nealef
added a commit
to nealef/gaplib
that referenced
this pull request
Dec 16, 2024
…anup-kodlekere#27) * Dockerfile.almalinux Dockerfile.ubuntu - Use main branch of action-runners - for now - Update ubuntu for 24.10 - Disable installation of docs * build-files/build-image.sh - Remove /home/ubuntu/.nuget and .local/share to free >2GB as it was only there for action runners build * build-files/install-packages.sh - Make less verbose * build-files/supported_packages.txt - Use php8.3 * setup-build-env.sh - Save image as uncompressed * .gitignore - Ignore all ./distro * build-files/build-image.sh - Install additional packages (e.g. gcc) * setup-build-env.sh - Publish uncompressed snapshot - Prime filesystem by launching newly published image * build-files/01-nodoc build-files/99synaptics - Get apt to not install documentation files * build-files/runner-sdk-8.patch - Unified patch for main branch of action/runners * build-files/runner-sdk-8.ppc64le.patch - ppc64le patch for latest tag of action/runners * build-files/runner-sdk-8.s390x.patch - Copy of the unified patch so I don't lose it again * github/workflows/build.yml - Add sdk8 branch to build
nealef
added a commit
to nealef/gaplib
that referenced
this pull request
Dec 16, 2024
…anup-kodlekere#27) * Dockerfile.almalinux Dockerfile.ubuntu - Use main branch of action-runners - for now - Update ubuntu for 24.10 - Disable installation of docs * build-files/build-image.sh - Remove /home/ubuntu/.nuget and .local/share to free >2GB as it was only there for action runners build * build-files/install-packages.sh - Make less verbose * build-files/supported_packages.txt - Use php8.3 * setup-build-env.sh - Save image as uncompressed * .gitignore - Ignore all ./distro * build-files/build-image.sh - Install additional packages (e.g. gcc) * setup-build-env.sh - Publish uncompressed snapshot - Prime filesystem by launching newly published image * build-files/01-nodoc build-files/99synaptics - Get apt to not install documentation files * build-files/runner-sdk-8.patch - Unified patch for main branch of action/runners * build-files/runner-sdk-8.ppc64le.patch - ppc64le patch for latest tag of action/runners * build-files/runner-sdk-8.s390x.patch - Copy of the unified patch so I don't lose it again * github/workflows/build.yml - Add sdk8 branch to build
nealef
added a commit
to nealef/gaplib
that referenced
this pull request
Dec 16, 2024
…anup-kodlekere#27) * Dockerfile.almalinux Dockerfile.ubuntu - Use main branch of action-runners - for now - Update ubuntu for 24.10 - Disable installation of docs * build-files/build-image.sh - Remove /home/ubuntu/.nuget and .local/share to free >2GB as it was only there for action runners build * build-files/install-packages.sh - Make less verbose * build-files/supported_packages.txt - Use php8.3 * setup-build-env.sh - Save image as uncompressed * .gitignore - Ignore all ./distro * build-files/build-image.sh - Install additional packages (e.g. gcc) * setup-build-env.sh - Publish uncompressed snapshot - Prime filesystem by launching newly published image * build-files/01-nodoc build-files/99synaptics - Get apt to not install documentation files * build-files/runner-sdk-8.patch - Unified patch for main branch of action/runners * build-files/runner-sdk-8.ppc64le.patch - ppc64le patch for latest tag of action/runners * build-files/runner-sdk-8.s390x.patch - Copy of the unified patch so I don't lose it again * github/workflows/build.yml - Add sdk8 branch to build
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.
Improve performance by using uncompressed snapshot and priming system
.gitignore
build-files/build-image.sh
setup-build-env.sh