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

build: various makefile fixes #363

Merged
merged 4 commits into from
Jan 23, 2025
Merged

build: various makefile fixes #363

merged 4 commits into from
Jan 23, 2025

Conversation

tiagolobocastro
Copy link
Contributor

@tiagolobocastro tiagolobocastro commented Jan 21, 2025

build: fix incorrect command args

After adjusting the code, the docs and Makefile were not updated.

build: remove incorrect use of pwd

Makefile commands can be run from another path, example:
make -C $lvm clean

In this case the pwd is not the correct path prefix!

test: more robust check for lvm driver ready

Ensure there's no deleting pod present
Also force delete the old pods on uninstall

test(ci): optimize image build and load

After adjusting the code, the docs and Makefile were not updated.

Signed-off-by: Tiago Castro <[email protected]>
Makefile commands can be run from another path, example:
make -C $lvm clean

In this case the pwd is not the correct path prefix!

Signed-off-by: Tiago Castro <[email protected]>
@tiagolobocastro tiagolobocastro changed the title build: fix incorrect command args build: various makefile fixes Jan 21, 2025
ci/ci-test.sh Outdated Show resolved Hide resolved
ci/ci-test.sh Outdated Show resolved Hide resolved
Ensure there's no deleting pod present
Also force delete the old pods on uninstall

Signed-off-by: Tiago Castro <[email protected]>
@tiagolobocastro tiagolobocastro merged commit 4c65201 into develop Jan 23, 2025
5 checks passed
@tiagolobocastro tiagolobocastro deleted the oops branch January 23, 2025 12:07
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.

3 participants