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

Remove dependency on make #12

Merged
merged 1 commit into from
Sep 21, 2023
Merged

Remove dependency on make #12

merged 1 commit into from
Sep 21, 2023

Conversation

zencephalon
Copy link
Collaborator

@zencephalon zencephalon commented Sep 21, 2023

What changed? Why?

Our build images don't actually have the make command and we don't need it. For simplicity I've replaced our usage of make.

Previously yarn build did nothing, and all the Dockerfiles called it. I made it so yarn build actually builds all the projects, which promptly broke all the Dockerfiles due to the make dependency. I've removed yarn build from all the Dockerfiles because it didn't actually do anything.

Notes to reviewers

How has it been tested?

@@ -8,7 +8,6 @@ COPY . .

# Install dependencies
RUN yarn --immutable
RUN yarn build
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We can just remove all of these because previously yarn build was defined as "" so it didn't actually do anything.

@zencephalon zencephalon merged commit 30ac1c4 into master Sep 21, 2023
3 checks passed
@zencephalon zencephalon deleted the remove-make branch September 21, 2023 18:29
kirkas pushed a commit that referenced this pull request Oct 21, 2024
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