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

Fix git dependency (and CI) #929

Merged
merged 2 commits into from
May 23, 2024
Merged

Conversation

yaito3014
Copy link
Contributor

According to current Makefile, acquiring GIT_DEPS and building source files are taken to be independent actions.
This often causes an include error in first build (like in CIs).
This PR makes sure that building source files depend on existence of GIT_DEPS.

@yaito3014 yaito3014 changed the title Fix git dependency Fix git dependency (and CI) May 22, 2024
Copy link
Member

@ken-matsui ken-matsui left a comment

Choose a reason for hiding this comment

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

Looks great. Thanks for your work.

@ken-matsui ken-matsui merged commit 74a2eb4 into poac-dev:main May 23, 2024
15 checks passed
@yaito3014 yaito3014 deleted the fix-git-dependency branch May 24, 2024 08:12
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