"platforms/brook/src/BrookLangevinDynamics.cpp" did not exist on "4ed009314e4530bd185fc7c723561e005bb3968a"
Unverified Commit 801b7494 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

Revert "Customize Docker build image"

parent c6624505
......@@ -72,14 +72,12 @@ function build_multilinux {
# MB_PYTHON_VERSION
# UNICODE_WIDTH (optional)
# BUILD_DEPENDS (optional)
# DOCKER_IMAGE (optional)
# MANYLINUX_URL (optional)
# WHEEL_SDIR (optional)
local plat=$1
[ -z "$plat" ] && echo "plat not defined" && exit 1
local build_cmds="$2"
local docker_image=${DOCKER_IMAGE:-quay.io/pypa/manylinux1_\$plat}
docker_image=$(eval echo "$docker_image")
local docker_image=quay.io/pypa/manylinux1_$plat
retry docker pull $docker_image
docker run --rm \
-e BUILD_COMMANDS="$build_cmds" \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment