-
Notifications
You must be signed in to change notification settings - Fork 265
chore: use system nim always #7185
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
base: develop
Are you sure you want to change the base?
Conversation
Jenkins BuildsClick to see older builds (60)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #7185 +/- ##
===========================================
- Coverage 59.81% 58.74% -1.08%
===========================================
Files 822 822
Lines 113641 113515 -126
===========================================
- Hits 67978 66681 -1297
- Misses 38805 40025 +1220
+ Partials 6858 6809 -49
Flags with carried forward coverage won't be shown. Click here to find out more. |
To fix windows build issues due to very long paths by nimbus-build-system - points status-go to bring in status-im/status-go#7185 - updates mac,windows host install scripts to include nim - updates linux dockerfile to install nim - updates linux docker image tag to use newer image
To fix windows build issues due to very long paths by nimbus-build-system - points status-go to bring in status-im/status-go#7185 - updates mac,windows host install scripts to include nim - updates linux dockerfile to install nim - updates linux docker image tag to use newer image
|
Thanks for that @siddarthkay ! I think it is also interesting to validate CI could pass as well on Status-Desktop, with this branch, before merging it, if @igor-sirotin agrees |
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.
Whatever that works for everyone. Eventually we want to use Nimble anyway.
Thank you @siddarthkay!
To fix windows build issues due to very long paths by nimbus-build-system - points status-go to bring in status-im/status-go#7185 - updates mac,windows host install scripts to include nim - updates linux dockerfile to install nim - updates linux docker image tag to use newer image
To fix windows build issues due to very long paths by nimbus-build-system - points status-go to bring in status-im/status-go#7185 - updates mac,windows host install scripts to include nim - updates linux dockerfile to install nim - updates linux docker image tag to use newer image
ffbfdd6 to
708d87f
Compare
To fix windows build issues due to very long paths by nimbus-build-system - points status-go to bring in status-im/status-go#7185 - updates mac,windows host install scripts to include nim - updates linux dockerfile to install nim - updates linux docker image tag to use newer image
To fix windows build issues due to very long paths by nimbus-build-system - points status-go to bring in status-im/status-go#7185 - updates mac,windows host install scripts to include nim - updates linux dockerfile to install nim - updates linux docker image tag to use newer image
708d87f to
4875a8d
Compare
To fix windows build issues due to very long paths by nimbus-build-system - points status-go to bring in status-im/status-go#7185 - updates mac,windows host install scripts to include nim - updates linux dockerfile to install nim - updates linux docker image tag to use newer image
|
for RPC tests to pass I need to update |
To avoid running into issues like this on windows ``` [2025-12-08T15:14:54.159Z] fatal: '$GIT_DIR' too big [2025-12-08T15:14:54.159Z] fatal: clone of 'https://github.com/nim-lang/checksums.git' into submodule path 'J:/Users/jenkins/workspace/_windows_x86_64_package_PR-18965/vendor/status-go/Usersjenkinsworkspace_windows_x86_64_package_PR-18965@tmp/nim-sds/vendor/nimbus-build-system/vendor/Nim/dist/nimble/vendor/checksums' failed ```
4e5c479 to
fee3eb9
Compare
To avoid running into issues like this on windows