-
-
Notifications
You must be signed in to change notification settings - Fork 423
Fix uint64 un-aligned atomic access #91
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
Conversation
Codecov Report
@@ Coverage Diff @@ ## master #91 +/- ## ========================================== - Coverage 47.98% 47.93% -0.05% ========================================== Files 92 92 Lines 4087 4087 ========================================== - Hits 1961 1959 -2 - Misses 1889 1891 +2 Partials 237 237
Continue to review full report at Codecov.
|
✅ Build completed.
⬇️ Linux 64: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-25-PR91-linux64.tar.bz2
⬇️ Linux 32: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-25-PR91-linux32.tar.bz2
⬇️ Linux ARM: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-25-PR91-linuxarm.tar.bz2
⬇️ Windows: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-25-PR91-windows.zip
⬇️ OSX: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-25-PR91-osx.zip
i️ To test this build:
- Just replace
arduino-cli
binary with the provided one
wjwieland
commented
Nov 16, 2018
I can confirm update-index for both core and lib on the linux 64 and linux ARM now work as expected. For some reason I get 404 - not found error when attempting to retrieve the Linux 32 tar.bz2 file from the above 'Build completed' download link, so have not yet tested on my 32 bit system.
Thanks again for the work on this!
...daily work (always leading to additional 'code formatting' commits at the end of PRs (#91)
Add workflow to check for problems with certificates
Should fix #87.
/cc @wjwieland @OBerghmans