Skip to content

Commit 6592847

Browse files
authored
Merge pull request #1637 from ahoppen/ahoppen/codegen-with-local-deps
Run CodeGeneration with local dependencies
2 parents 0884a37 + 73a8e3e commit 6592847

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-script.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def run_code_generation(
141141
env = dict(os.environ)
142142
env["SWIFT_BUILD_SCRIPT_ENVIRONMENT"] = "1"
143143
env["SWIFTSYNTAX_ENABLE_RAWSYNTAX_VALIDATION"] = "1"
144+
env["SWIFTCI_USE_LOCAL_DEPS"] = "1"
144145
check_call(swiftpm_call, env=env, verbose=verbose)
145146

146147

0 commit comments

Comments
 (0)