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: Use math.MaxInt (instead of math.MaxInt64) to fix builds on 32bit platforms #16065

Merged

Conversation

ondrejsika
Copy link
Contributor

Just a fix of the wrong type

@ondrejsika ondrejsika requested a review from a team as a code owner October 23, 2023 01:51
@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (edc213d) 49.50% compared to head (ca3ce8c) 49.52%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #16065      +/-   ##
==========================================
+ Coverage   49.50%   49.52%   +0.01%     
==========================================
  Files         269      269              
  Lines       47011    47011              
==========================================
+ Hits        23274    23280       +6     
+ Misses      21453    21447       -6     
  Partials     2284     2284              
Files Coverage Δ
util/http/http.go 46.35% <ø> (ø)

... and 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ondrejsika ondrejsika force-pushed the fix-builds-on-32bit-platforms branch 2 times, most recently from 36f9468 to aadd94f Compare October 23, 2023 02:30
@crenshaw-dev
Copy link
Member

Thanks, @ondrejsika! Can you fix the DCO check?

@ondrejsika ondrejsika force-pushed the fix-builds-on-32bit-platforms branch 2 times, most recently from 9d81e3c to 840cfcd Compare November 6, 2023 13:57
@ondrejsika
Copy link
Contributor Author

@crenshaw-dev DCO is fixed, i've also rebased on the master, but there is something broken :(

…t platforms

Signed-off-by: Ondrej Sika <ondrej@ondrejsika.com>
@ondrejsika ondrejsika force-pushed the fix-builds-on-32bit-platforms branch from 840cfcd to b0a51d3 Compare November 7, 2023 09:36
@ondrejsika
Copy link
Contributor Author

@crenshaw-dev can u merge it, please?

@blakepettersson blakepettersson merged commit 99c2859 into argoproj:master Dec 4, 2023
vladfr pushed a commit to vladfr/argo-cd that referenced this pull request Dec 13, 2023
…t platforms (argoproj#16065)

Signed-off-by: Ondrej Sika <ondrej@ondrejsika.com>
tesla59 pushed a commit to tesla59/argo-cd that referenced this pull request Dec 16, 2023
…t platforms (argoproj#16065)

Signed-off-by: Ondrej Sika <ondrej@ondrejsika.com>
JulienFuix pushed a commit to JulienFuix/argo-cd that referenced this pull request Feb 6, 2024
…t platforms (argoproj#16065)

Signed-off-by: Ondrej Sika <ondrej@ondrejsika.com>
lyda pushed a commit to lyda/argo-cd that referenced this pull request Mar 28, 2024
…t platforms (argoproj#16065)

Signed-off-by: Ondrej Sika <ondrej@ondrejsika.com>
Signed-off-by: Kevin Lyda <kevin@lyda.ie>
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.

4 participants