We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393233a commit 7a41686Copy full SHA for 7a41686
e2e/test_elfdeps.sh
@@ -14,7 +14,7 @@ VERSION="2.1.5"
14
OS=$(uname)
15
if [ "$OS" = "Darwin" ]; then
16
NETWORK_ISOLATION=""
17
- WHEEL_PLATFORM_TAG="macosx_10_9_universal2"
+ WHEEL_PLATFORM_TAG="macosx_10_13_universal2"
18
HAS_ELFDEP="0"
19
else
20
NETWORK_ISOLATION="--network-isolation"
src/fromager/context.py
@@ -175,6 +175,7 @@ def setup(self) -> None:
175
self.wheels_repo,
176
self.wheels_downloads,
177
self.wheels_prebuilt,
178
+ self.wheels_build,
179
]:
180
if not p.exists():
181
logger.debug("creating %s", p)
0 commit comments