Skip to content

Commit ce69bb4

Browse files
committed
[build-script] Provide ISDB toolchain env var as well
Since utilities from isdb are used in our tests, override the toolchain there as well.
1 parent 1653a8f commit ce69bb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/build-script-helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def handle_invocation(swift_exec, args):
101101
env = os.environ
102102
# Set the toolchain used in tests at runtime
103103
env['SOURCEKIT_TOOLCHAIN_PATH'] = args.toolchain
104+
env['INDEXSTOREDB_TOOLCHAIN_BIN_PATH'] = args.toolchain
104105
# Use local dependencies (i.e. checked out next sourcekit-lsp).
105106
if not args.no_local_deps:
106107
env['SWIFTCI_USE_LOCAL_DEPS'] = "1"

0 commit comments

Comments
 (0)