mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 05:13:39 +00:00
[TravisCI] Fix bug. PYTHON_EXECUTABLE
should not be in common
defaults. The location is dependent on the implementation. This triggered a build failure on TravisCI because the location of the default Python binary is different to what is in the Docker container.
This commit is contained in:
parent
eb975a49d6
commit
0633d5819f
3 changed files with 4 additions and 3 deletions
|
@ -19,8 +19,9 @@ if [ ! -d "${TRAVIS_BUILD_DIR}" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# These three variables are specific to the macOS TravisCI
|
||||
# These variables are specific to the macOS TravisCI
|
||||
# implementation and are not set in `ci_defaults.sh`.
|
||||
export PYTHON_EXECUTABLE="${PYTHON_EXECUTABLE:-$(which python)}"
|
||||
export Z3_SRC_DIR="${TRAVIS_BUILD_DIR}"
|
||||
export Z3_BUILD_DIR="${Z3_SRC_DIR}/build"
|
||||
export Z3_SYSTEM_TEST_DIR="${Z3_SRC_DIR}/z3_system_test"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue