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

Fix 32-bit build #54

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Fix 32-bit build #54

merged 1 commit into from
Nov 8, 2023

Conversation

mem
Copy link
Contributor

@mem mem commented Oct 31, 2023

On 32-bit architectures int != int64.

I would like to run k6 on ARM (32 bit), and this is getting in the way.

This change also makes the use consistent with the other two contants which are already declared as uint64.

On 32-bit architectures int != int64.

I would like to run k6 on ARM (32 bit), and this is getting in the way.

This change also makes the use consistent with the other two contants
which are already declared as uint64.

Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
@mem mem requested a review from a team as a code owner October 31, 2023 19:51
@mem mem requested review from oleiade and codebien and removed request for a team October 31, 2023 19:51
@oleiade oleiade merged commit 1ff651f into grafana:main Nov 8, 2023
10 checks passed
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.

None yet

2 participants