Commit Graph

6 Commits

Author SHA1 Message Date
Ed Reel
7c17beeee7 Add check command (#9501) 2024-03-20 08:46:01 -04:00
Maximilian Downey Twiss
f6dc1d8d4e Derive binary_url in package.rb (#7082)
* Add binary_compression value to each package

* Remove binary_url values and arrays

* Handle packages with empty binary_sha256 arrays (either missing binaries or not compiled by us)
2024-01-25 11:03:31 -05:00
Maximilian Downey Twiss
e743a40120 Fix binary_urls of glibc_* packages (#9212)
* Fix binary urls of glibc_build227

* Fix binary urls of glibc_build233

* Fix binary urls of glibc_build235

* Fix binary urls of glibc_dev235

* Fix binary urls of glibc_lib235

* Fix binary urls of glibc_build233

* Fix names of glibc_build.filelist in glibc packages
2024-01-25 00:42:42 -06:00
Satadru Pramanik, DO, MPH, MEng
d3af5eaa4d remove trailing slashes from const.rb (#9016)
* remove trailing slash from CREW_DEST_DIR

* remove trailing slash from CREW_META_PATH

* remove trailing slash from CREW_MAN_PREFIX

* remove trailing slash from CREW_PACKAGES_PATH

* remove trailing slash from CREW_LIB_PATH

* remove trailing slash from CREW_CONFIG_PATH

* remove trailing slash from CREW_BREW_DIR

* remove trailing slash from CREW_WINE_PREFIX

* fixup

* suggested changes
2023-11-29 16:00:40 -06:00
Maximilian Downey Twiss
69188a9348 Add filecmd dependencies to glibc_build packages (#8418) 2023-06-21 01:49:32 -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