Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Fix debug builds #172

Merged
merged 2 commits into from
Jul 21, 2020
Merged

Fix debug builds #172

merged 2 commits into from
Jul 21, 2020

Conversation

colin-grapl
Copy link
Contributor

We were previously skipping debug builds and producing empty binaries.

@inickles-grapl inickles-grapl self-requested a review July 21, 2020 04:17
@@ -131,6 +131,10 @@ RUN if test "${release_target}" = "release"; then \
cargo clean; \
cargo build --target=x86_64-unknown-linux-musl --release; \
fi
RUN if test "${release_target}" = "debug"; then \
cargo clean; \
cargo build --target=x86_64-unknown-linux-musl; \
Copy link
Contributor

Choose a reason for hiding this comment

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

Doesn't the cargo test call on L128 do this already?

Copy link
Contributor

Choose a reason for hiding this comment

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

oh, it only builds node-identifier and node-identifier-retry-handler, because those are the only services with tests

Copy link
Contributor

@jgrillo-grapl jgrillo-grapl left a comment

Choose a reason for hiding this comment

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

LGTM

@colin-grapl colin-grapl merged commit a0567c3 into staging Jul 21, 2020
@colin-grapl colin-grapl deleted the Hotfix-debug-dobi branch July 21, 2020 17:16
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.

3 participants