-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use JLL for library on > 1.3 #54
Conversation
Codecov Report
@@ Coverage Diff @@
## master #54 +/- ##
==========================================
- Coverage 68.64% 68.53% -0.11%
==========================================
Files 3 3
Lines 236 232 -4
==========================================
- Hits 162 159 -3
+ Misses 74 73 -1
Continue to review full report at Codecov.
|
Stalled pending upstream fix JuliaPackaging/BinaryBuilder.jl#672 |
I just realised registration failed 😞 I'm going to rerun it |
Thanks @giordano yes I only just realised that +1 never made it to BinaryWrappers |
@ReubenHill can you check okay on Windows? |
Can't clone and dev or add on windows:
|
You have a dirty registry
|
Also need to be on >=1.3 (maybe try 1.3.1 to be sure) |
You probably checked out a branch of the General registry, you may want to go back to master |
Any luck @ReubenHill ? |
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.
All tests pass on windows and I see you've fixed an old mistake I'd made in FT_DEVICE_LIST_INFO_NODE
. I see you've changed to hard definitions of DWORD
and UCHAR
. Has this been tested on ARM?
No idea what was wrong with my registry - it had somehow got completely fiddled with |
Well, just firmed them up to match the tech reference. No tests on ARM but its the same library and it works on Linux so I can't envisage any issues. |
You can use drone (https://discourse.julialang.org/t/testing-on-arm-with-drone-ci/25871) to test on 32- and 64-bit arm architectures, or Travis for 64-bit arm only (https://discourse.julialang.org/t/julia-aarch64-builds-are-now-available-on-travis-ci/29970) |
We have Travis for Aarch64, but on all Linux the library doesn't pass tests - its a serial port driver and talks to the kernel so I think it makes CI unhappy. |
(we have tests which run them there isn't any hardware, but even these want to try and enumerate devices, etc., with knowledge nothing will be found) |
No description provided.