-
Notifications
You must be signed in to change notification settings - Fork 125
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
Fixes after switching to rust 1.77.0
#1745
Conversation
RuntimeError
size requirement
Docker tags |
Benchmark for 352ce68Click to view benchmark
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please verify if the size increase is material. If not, feel free to merge.
It increased. |
RuntimeError
size requirement1.77.0
Summary
Fix issues caused by rust stable update from
1.76.0
to1.77.0
RuntimeError
size requirement in order to let thetest_error_enum_sizes
test pass and unblock failing CI.It started to fail after rust update to
1.77.0
(see changelog), which includes the change:1.76.0
by default in docker imagesWith rust
1.77.0
WASM size is increased slightly causing job build-scryptoCheck WASM size
step to fail