summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/linux
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: consolidate release and package job infrastructureBrad King2021-01-272-2/+2
| | | | | | Use `linux_release` in names associated with building or testing release-style binaries. Add a `.linux_package` helper to adjust the release binary build behavior for package-specific jobs.
* Utilities/Release: Rename Linux packages to 'linux-$arch'Brad King2021-01-254-4/+4
|
* Utilities/Release: Add docker specs for Linux aarch64 binariesHi Key2020-12-229-0/+347
| | | | | | | | Base them on the existing `x86_64` specs. Update the centos base image from centos 6 to centos 7 to get aarch64 support. The resulting binaries require GLIBC 2.17. Fixes: #17923
* gitlab-ci: add jobs for reproducing the release binariesBen Boeckel2020-06-031-0/+1
|
* Release/linux: remove explicit LANG settingBen Boeckel2020-06-031-1/+0
| | | | | It shouldn't be needed anymore now that the Sphinx scripts are reading UTF-8 content explicitly.
* Utilities/Release: Remove unused linux/x86_64/test/cache-ninja.txtBrad King2020-05-051-4/+0
|
* Utilities/Release: Update to openssl 1.1.1fBrad King2020-04-032-6/+6
|
* Utilities/Release: Add docker spec for STGZ package on LinuxBrad King2019-08-291-1/+2
| | | | | | | The spec added by commit facc240a45 (Utilities/Release: Add docker specs to build and test Linux binaries, 2019-08-23) generates only the TGZ package, but the old `Utilities/Release/linux64_release.cmake` script also generated a STGZ package.
* Utilities/Release: Add docker specs to build and test Linux binariesBrad King2019-08-2810-0/+351
These will allow anyone to produce portable binaries like those published on `cmake.org`.