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

Improve performance by using uncompressed snapshot and priming system #27

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

nealef
Copy link
Contributor

@nealef nealef commented Oct 29, 2024

Improve performance by using uncompressed snapshot and priming system

  • .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

* .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
@anup-kodlekere anup-kodlekere merged commit da62259 into anup-kodlekere:main Oct 30, 2024
1 check failed
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants