mirror of
https://github.com/Z3Prover/z3
synced 2026-02-09 18:40:51 +00:00
Apply headerpad fix to build systems (Python and CMake) and fix validation test paths
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
406e99b0d2
commit
af76ac69d6
6 changed files with 20 additions and 3 deletions
4
.github/workflows/nightly-validation.yml
vendored
4
.github/workflows/nightly-validation.yml
vendored
|
|
@ -713,7 +713,7 @@ jobs:
|
|||
|
||||
# Create a test path with same length as typical setup-z3 usage
|
||||
# This simulates what setup-z3 does: changing to absolute path
|
||||
TEST_PATH="/Users/runner/hostedtoolcache/z3/latest/x64/z3-4.15.5-x64-osx-15.7.3/bin/libz3.dylib"
|
||||
TEST_PATH="/Users/runner/hostedtoolcache/z3/latest/x64/z3-test-dir/bin/libz3.dylib"
|
||||
|
||||
# Try to change the install name - this will fail if headerpad is insufficient
|
||||
install_name_tool -id "$TEST_PATH" -change "$ORIGINAL_NAME" "$TEST_PATH" libz3.dylib
|
||||
|
|
@ -765,7 +765,7 @@ jobs:
|
|||
|
||||
# Create a test path with same length as typical setup-z3 usage
|
||||
# This simulates what setup-z3 does: changing to absolute path
|
||||
TEST_PATH="/Users/runner/hostedtoolcache/z3/latest/arm64/z3-4.15.5-arm64-osx-15.7.3/bin/libz3.dylib"
|
||||
TEST_PATH="/Users/runner/hostedtoolcache/z3/latest/arm64/z3-test-dir/bin/libz3.dylib"
|
||||
|
||||
# Try to change the install name - this will fail if headerpad is insufficient
|
||||
install_name_tool -id "$TEST_PATH" -change "$ORIGINAL_NAME" "$TEST_PATH" libz3.dylib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue