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 b7a11f3 commit 0219839Copy full SHA for 0219839
Scripts/CI/darwin_setup_build.sh
@@ -8,8 +8,10 @@ filepath() {
8
REPO_ROOT="$(dirname $(dirname $(dirname $(filepath $0))))"
9
cd $REPO_ROOT
10
11
-Scripts/CI/opencoregraphics_setup.sh
+# The order of these scripts matters.
12
+# The more foundational frameworks should be set up last.
13
Scripts/CI/openattributegraph_setup.sh
14
Scripts/CI/openrenderbox_setup.sh
15
+Scripts/CI/opencoregraphics_setup.sh
16
Scripts/CI/openobservation_setup.sh
17
Scripts/CI/framework_setup.sh
0 commit comments