mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-07-26 04:48:08 +02:00
Test decentralized
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# manylinux2014-aarch64 is FROM ${ORG}/manylinux2014-x64:latest (cross toolchain
|
||||
# layered on top of the x64 manylinux image, so it can run on an x86_64 host).
|
||||
BASE_IMAGE_REGISTRY ?= docker.io
|
||||
BASE_IMAGE_PATH ?=
|
||||
BASE_IMAGE_NAME = manylinux2014-x64
|
||||
BASE_IMAGE_TAG = latest
|
||||
|
||||
OUTPUT_IMAGE_REGISTRY ?= docker.io
|
||||
OUTPUT_IMAGE_PATH ?= dockcross
|
||||
OUTPUT_IMAGE_NAME = manylinux2014-aarch64
|
||||
|
||||
# Dockerfile.in ADDs manylinux2014-aarch64/xc_script and COPYs
|
||||
# manylinux2014-aarch64/Toolchain.cmake, so the build context has to be the
|
||||
# repository root, not this preset's own directory.
|
||||
BUILD_CONTEXT_DIR = $(PRESET_DIR)
|
||||
|
||||
DEPENDS_ON = manylinux2014-x64.build
|
||||
|
||||
TEST_IMAGE_CMD = /opt/python/cp311-cp311/bin/python test/run.py
|
||||
TEST_IMAGE_ARGS =
|
||||
|
||||
# Extra tests (see CONTRIBUTING.md / Makefile "Extra tests" section)
|
||||
EXTRA_TESTS = openssl SQLite cpython
|
||||
OPENSSL_ARGS = linux-aarch64
|
||||
CPYTHON_ARGS = --host=aarch64-unknown-linux-gnu --target=aarch64-unknown-linux-gnu
|
||||
Reference in New Issue
Block a user