Skip to content

Commit 7a41686

Browse files
author
Shubh Bapna
committed
create all directories on setup
1 parent 393233a commit 7a41686

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

e2e/test_elfdeps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ VERSION="2.1.5"
1414
OS=$(uname)
1515
if [ "$OS" = "Darwin" ]; then
1616
NETWORK_ISOLATION=""
17-
WHEEL_PLATFORM_TAG="macosx_10_9_universal2"
17+
WHEEL_PLATFORM_TAG="macosx_10_13_universal2"
1818
HAS_ELFDEP="0"
1919
else
2020
NETWORK_ISOLATION="--network-isolation"

src/fromager/context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ def setup(self) -> None:
175175
self.wheels_repo,
176176
self.wheels_downloads,
177177
self.wheels_prebuilt,
178+
self.wheels_build,
178179
]:
179180
if not p.exists():
180181
logger.debug("creating %s", p)

0 commit comments

Comments
 (0)