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

lang/rust: Change cargo flag #4

Merged
merged 1 commit into from Dec 30, 2023

Conversation

fabianpatras
Copy link
Contributor

Change the cargo flag from -Z to -C because
the option symbol-mangling-version is stable in
rustc 1.68.0-nightly (388538fc9 2023-01-05).

This removes a warning.

Signed-off-by: Fabian Patras patras.fabi@gmail.com

Makefile.uk Outdated Show resolved Hide resolved
@razvand razvand self-assigned this Jan 13, 2023
@razvand razvand added the enhancement New feature or request label Jan 13, 2023
Copy link

@razvand razvand left a comment

Choose a reason for hiding this comment

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

@fabianpatras, please squash the two commits from this PR.

Change the cargo flag from `-Z` to `-C` because
the option `symbol-mangling-version` is stable in
`rustc 1.68.0-nightly (388538fc9 2023-01-05)`.

This removes a warning.

Co-authored-by: Martin Kröning <mkroening@posteo.net>
Signed-off-by: Fabian Patras <patras.fabi@gmail.com>
Copy link

@razvand razvand left a comment

Choose a reason for hiding this comment

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

Reviewed-by: Razvan Deaconescu razvand@unikraft.io
Approved-by: Razvan Deaconescu razvand@unikraft.io

Copy link
Member

@mkroening mkroening left a comment

Choose a reason for hiding this comment

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

Looks good to me, but we should pin and enforce the Rust nightly version in the future. 👍

Reviewed-by: Martin Kröning mkroening@posteo.net

@razvand razvand changed the base branch from staging to staging-4 December 30, 2023 07:19
@razvand razvand merged commit 4b5fbb2 into unikraft:staging-4 Dec 30, 2023
razvand pushed a commit that referenced this pull request Dec 30, 2023
Change the cargo flag from `-Z` to `-C` because
the option `symbol-mangling-version` is stable in
`rustc 1.68.0-nightly (388538fc9 2023-01-05)`.

This removes a warning.

Co-authored-by: Martin Kröning <mkroening@posteo.net>
Signed-off-by: Fabian Patras <patras.fabi@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done!
Development

Successfully merging this pull request may close these issues.

None yet

3 participants