File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 33
33
linux-gcc11,
34
34
linux-debug-gcc11,
35
35
windows,
36
- windows-debug
36
+ windows-debug,
37
+ macos-arm64
37
38
]
38
39
39
40
include :
76
77
publish : false
77
78
jobs : 4
78
79
80
+ - name : macos-arm64
81
+ os : macos-14
82
+ buildType : RELEASE
83
+ options : .github/workflows/main/options.posix
84
+ dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/10.0.0/gafferDependencies-10.0.0-macos-arm64.tar.gz
85
+ tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
86
+ publish : true
87
+ jobs : 3
88
+
79
89
runs-on : ${{ matrix.os }}
80
90
81
91
container : ${{ matrix.containerImage }}
Original file line number Diff line number Diff line change @@ -63,4 +63,5 @@ ENV_VARS_TO_IMPORT = "PATH CI"
63
63
64
64
if platform.system() == "Darwin" :
65
65
os.environ["DYLD_FRAMEWORK_PATH"] = libs
66
- ENV_VARS_TO_IMPORT += " DYLD_FRAMEWORK_PATH"
66
+ os.environ["PYTHONHOME"] = libs + "/Python.framework/Versions/" + pythonABIVersion
67
+ ENV_VARS_TO_IMPORT += " DYLD_FRAMEWORK_PATH PYTHONHOME"
You can’t perform that action at this time.
0 commit comments