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: Disable goexperiments in our builds due to issue present in Go 1.20.5 #5484

Merged
merged 2 commits into from Jun 21, 2023

Conversation

gmalouf
Copy link
Contributor

@gmalouf gmalouf commented Jun 20, 2023

Summary

Disable goexperiments in our builds due to issue present in Go 1.20.5 to address test issues on ARM64 builds.

Test Plan

Run full build successfully.

@gmalouf gmalouf changed the title Disable goexperiments in our builds due to issue present in Go 1.20.5 Build: Disable goexperiments in our builds due to issue present in Go 1.20.5 Jun 20, 2023
# Disable go experiments during build as of go 1.20.5 due to
# https://github.com/golang/go/issues/60825
# Likely fix: https://go-review.googlesource.com/c/go/+/503937/6/src/runtime/race_arm64.s
export GOEXPERIMENT=none
Copy link
Contributor

Choose a reason for hiding this comment

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

GOEXPERIMENT= I guess?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@codecov
Copy link

codecov bot commented Jun 20, 2023

Codecov Report

Merging #5484 (c19d95f) into master (f83a656) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5484      +/-   ##
==========================================
+ Coverage   55.64%   55.66%   +0.02%     
==========================================
  Files         448      448              
  Lines       63493    63493              
==========================================
+ Hits        35328    35345      +17     
+ Misses      25772    25752      -20     
- Partials     2393     2396       +3     

see 15 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@gmalouf gmalouf marked this pull request as ready for review June 20, 2023 22:48
@gmalouf gmalouf requested a review from a team as a code owner June 20, 2023 22:48
@gmalouf gmalouf merged commit 0824e4a into algorand:master Jun 21, 2023
24 checks passed
@gmalouf gmalouf deleted the disable-goexperiment branch June 21, 2023 15:18
algorandskiy added a commit to algorandskiy/go-algorand that referenced this pull request Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants