The Wayback Machine - https://web.archive.org/web/20220404160617/https://github.com/localstack/localstack/pull/5787
Skip to content
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

Skip installing -ext runtime dependencies in CI tests #5787

Merged
merged 1 commit into from Apr 1, 2022
Merged

Conversation

whummer
Copy link
Member

@whummer whummer commented Apr 1, 2022

Skip installing -ext runtime dependencies in CI tests - attempt to fix broken build on master.

We're currently running make install-test in the CI builds, and the pip install -e ".[cli,runtime,test]" command transitively pulls in the runtime extras from dependent packages, which we want to avoid.

The particular reason why the builds are failing right now is because an upstream dependency has been added to the runtime extra which depends on thriftpy2, which in turn requires gcc to build the native extensions.

@whummer whummer temporarily deployed to localstack-ext-tests Apr 1, 2022 Inactive
@whummer whummer changed the title Skip installing -ext dependencies in CI tests Skip installing -ext runtime dependencies in CI tests Apr 1, 2022
@whummer whummer requested review from thrau and dominikschubert Apr 1, 2022
thrau
thrau approved these changes Apr 1, 2022
Copy link
Member

@thrau thrau left a comment

LGTM!

@github-actions
Copy link

@github-actions github-actions bot commented Apr 1, 2022

LocalStack integration with Pro

       3 files  ±0         3 suites  ±0   51m 42s ⏱️ - 4m 56s
   943 tests ±0     905 ✔️ ±0  38 💤 ±0  0 ±0 
1 145 runs  ±0  1 084 ✔️ ±0  61 💤 ±0  0 ±0 

Results for commit 4093040. ± Comparison against base commit 7aa69c7.

@whummer whummer merged commit f6d757a into master Apr 1, 2022
15 checks passed
@whummer whummer deleted the ci-skip-ext branch Apr 1, 2022
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.

None yet

2 participants