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

processmetrics: explicit type conversion to support arm64 #4446

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

mlegner
Copy link
Contributor

@mlegner mlegner commented Nov 24, 2023

When building SCION in a VM on my MacBook, I got an error about mismatched types:

pkg/private/processmetrics/processmetrics_linux.go:127:17: invalid operation: newCount != c.lastTaskCount (mismatched types uint32 and uint64)
pkg/private/processmetrics/processmetrics_linux.go:133:21: cannot use newCount (variable of type uint32) as uint64 value in assignment

This modification doesn't change the behavior on amd64 but makes SCION compile also for arm64.


This change is Reviewable

Copy link
Contributor

@oncilla oncilla left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @mlegner)

@mlegner
Copy link
Contributor Author

mlegner commented Nov 24, 2023

Just added a //nolint comment to placate the linter.

Copy link
Contributor Author

@mlegner mlegner left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @mlegner)

Copy link
Contributor

@oncilla oncilla left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @mlegner)

@oncilla oncilla merged commit 799ed12 into scionproto:master Nov 24, 2023
4 checks passed
@mlegner mlegner deleted the fix/processmetrics-type branch November 27, 2023 17:54
juagargi pushed a commit to netsec-ethz/scion that referenced this pull request Mar 8, 2024
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