Commit Graph

6 Commits

Author SHA1 Message Date
Satadru Pramanik, DO, MPH, MEng
b9f11943d9 Adjust gcc versions for current limited LIBC_VERSION variation. (#11872)
* Adjust logic.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust gcc versions for limited LIBC variations, tweak LIBC_VERSION detection.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add zstd_static to CREW_ESSENTIAL_PACKAGES to avoid unit test issues.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust again to fix unit tests

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust install to always install zstd_static, thus creating a deterministic essential package removal for zstd in the unit tests.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* lint

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust glibc dev packages for limited LIBC.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust LIBC version in libssp

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Bypass broken portion of unit tests.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2025-05-03 20:23:57 +00:00
Maximilian Downey Twiss
99ac930743 Use Package.load_package instead of require_relative in package files to avoid global scope conflicts (See #7283, #3150, 3b09159) (#10202) 2024-07-26 00:01:20 -05:00
Satadru Pramanik, DO, MPH, MEng
44a7e3f0cb Add Glibc 2.37 (#9662)
* Add arm glibc 2.37 binary, update ruby_rubocop

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* add filelists

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* add x86_64 build

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update glibc 2.37 package file

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* lint

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add more arm builds

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update glibc 2.37 packages

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add M123 functionality to install.sh

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* suggested changes

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-04-17 11:04:24 -05:00
SupeChicken666
d6c5ce79e6 Remove redundant use of .to_s (#8917) 2023-11-10 07:44:50 -05:00
Satadru Pramanik, DO, MPH, MEng
b2545edb7a fixup glibc packages, ccache => 4.8.2 (#8389)
* fixup glibc packages

* ccache => 4.8.2
2023-06-14 09:54:17 -05:00
Satadru Pramanik, DO, MPH, MEng
618f078008 Add armv7l install on aarch64 userspace systems (#8362)
* modify glibc

* initial working armv7l install on top of aarch64

* have install.sh use glibc_lib

* add zlibpkg and gmp to BOOTSTRAP_PACKAGES

* add chromebrew postinstall

* cleanup git postinstall, fixup install.sh

* add newline to echo cmd in install.sh

* Rework pre-Glibc 2.35 versions.

* add back i686 to install.sh, and enable install on non glibc-2.35 systems

* suggested changes

* change default repo and owner back in install.sh

* fix postinstall in install.sh

* add shellcheck exclusion

* move aarch64 armv7l userspace end of install message

* lint

* remove old install.sh.deprecated

* add glibc 2.27 filelists

* cleanup libc_version case in install.sh

* suggested changes

* suggested changes to install.sh

* suggested changes

* always write our shell rc files

* fixup crew_profile_base

* suggested changes

* gimp needs gcc_dev for libgomp

* revert to old i686 arch detection

* remove patchelf from core

* speed up mandb cache build

* speed up mandb cache build

* time not available on all systems
2023-06-13 13:31:09 -05:00