|
eb0c4d8d95
|
Fix CMake error on manylinux1
Fix CMake error on manylinux1
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
|
2021-06-30 15:07:13 +02:00 |
|
Jean-Christophe Fillion-Robin
|
68b4549a50
|
Introduce "common.label-and-env"
This will simply the removal of deprecated "org.label-schema" annotation [1]
and the introduction of open containers ones [2]
[1] http://label-schema.org/rc1/
[2] https://github.com/opencontainers/image-spec/blob/master/annotations.md
|
2021-04-18 19:15:26 +02:00 |
|
Jean-Christophe Fillion-Robin
|
369d828efd
|
Dockerfile: Remove unused default value associated IMAGE build argument
|
2021-04-18 19:15:26 +02:00 |
|
Nathan Genetzky
|
b14ae9b4b0
|
manylinux: Use 'common.dockcross' for gosu and dockcross scripts
|
2020-07-02 17:21:01 -05:00 |
|
Matt McCormick
|
d791820949
|
manylinux: pull from upstream manylinux1 image
Python 3.8.0 final has been released, and the scikitbuild fork with 3.8
pre-releases is no longer needed.
|
2019-10-24 10:25:13 -04:00 |
|
Jonas Vautherin
|
a15af05753
|
Manylinux toolchains: restore CMAKE_CROSSCOMPILING to FALSE after setting CMAKE_SYSTEM_NAME
Then CMAKE_CROSSCOMPILING_EMULATOR (and therefore cross_triple) are not
needed anymore.
|
2019-07-10 17:14:09 +02:00 |
|
Jonas Vautherin
|
d0d16e0a8b
|
Manylinux toolchain: set MANYLINUX1/MANYLINUX2010 to TRUE
So that one can do `if (MANYLINUX1)` in CMake, just like it
is commonly done with e.g. `if (IOS)` or `if (MSVC)`.
|
2019-07-09 18:38:53 +02:00 |
|
Jean-Christophe Fillion-Robin
|
1e0e89814b
|
Rename manylinux images to manylinux1
|
2019-05-22 03:11:45 -04:00 |
|