Skip to content

Commit 5bdc08a

Browse files
authored
Merge pull request #42 from jasonmolenda/update-build-script-repos
Add JSON file for swift-5.1-branch monorepo checkout; skip swift-ast-…
2 parents 0deff8e + 2d50feb commit 5bdc08a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

lldb/lldb.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8012,7 +8012,7 @@
80128012
);
80138013
runOnlyForDeploymentPostprocessing = 0;
80148014
shellPath = /bin/sh;
8015-
shellScript = "if [ \"${CONFIGURATION}\" != BuildAndIntegration -a -z \"$ENABLE_ADDRESS_SANITIZER\" ]\nthen\n \"${SRCROOT}\"/scripts/check-ast-context.py --file \"${SRCROOT}\"/source/Symbol/SwiftASTContext.cpp --llvmbuild \"${LLDB_PATH_TO_LLVM_BUILD}\" --swiftbuild \"${LLVM_BUILD_DIR}/swift-macosx-x86_64\" --lldbbuild \"${BUILD_DIR}\" --llvmbarch \"llvm-macosx-x86_64\" --verbose true\nfi\n";
8015+
shellScript = "true\n";
80168016
};
80178017
9A19ACE2116563A700E0D453 /* Finish swig wrapper classes (lldb) */ = {
80188018
isa = PBXShellScriptBuildPhase;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"regexs" : [".*github.*apple.*llvm-project.*swift-5.1-branch.*"],
3+
"repos" : [
4+
{"name": "llvm",
5+
"vcs": "git",
6+
"url": "https://github.com/apple/llvm-project.git",
7+
"ref": "swift/swift-5.1-branch"},
8+
9+
{"name": "cmark",
10+
"vcs": "git",
11+
"url": "https://github.com/apple/swift-cmark.git",
12+
"ref": "master"},
13+
14+
{"name": "ninja",
15+
"vcs": "git",
16+
"url": "https://github.com/ninja-build/ninja.git",
17+
"ref": "master"}
18+
]
19+
}

0 commit comments

Comments
 (0)