Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

ci: fail build if build requirements need update #38

Merged
merged 1 commit into from
Jun 26, 2019

Conversation

redshiftzero
Copy link
Contributor

Description

This is a followup from: #37

This is the same PR as in freedomofpress/securedrop-client#436 just now for the proxy

master must always produce a packaged proxy that is in a working state after build: in #37 we verified that the build succeeds on master. However: if build-requirements.txt is out of sync with requirements.txt, the proxy may not work as expected if it relies on functionality added in the new dependency added in requirements.txt.

This PR runs make requirements prior to build such that the build will fail if build-requirements.txt is out of sync with requirements.txt

Copy link
Contributor

@sssoleileraaa sssoleileraaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@redshiftzero redshiftzero merged commit bd23186 into master Jun 26, 2019
@redshiftzero redshiftzero deleted the ci-make-requirements branch June 26, 2019 20:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants