Skip to content

Add SWIFTCI_USE_LOCAL_DEPS build mode #694

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

jmschonfeld
Copy link
Contributor

When building/running Foundation tests in swift-ci as part of a full toolchain test (and not just an isolated test of only Foundation), we want to build this package against the locally checked out versions of our dependencies. This checks a new environment variable SWIFTCI_USE_LOCAL_DEPS and, when set, will look in sibling directories for our dependencies rather than checking out dependencies from GitHub. This is similar to the setup that some other packages such as swift-format use.

@jmschonfeld
Copy link
Contributor Author

@swift-ci please test

@jmschonfeld jmschonfeld merged commit 4c8f0f2 into swiftlang:main Jun 21, 2024
2 checks passed
@jmschonfeld jmschonfeld deleted the ci-local-deps-mode branch June 21, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants