It seems that the build fails also on Ubuntu and Windows. #27
Replies: 2 comments 7 replies
-
In the past I tried shipping the C sources, works Ok with Nim, I also tried to make a PIP that works, but I never finished it sadly, I seen other PIP alternatives, but they just import PIP, they wont work without PIP, thats kinda pointless, Another option is to remove Nimporter, depend on Too bad PIP is not as good as Cargo or Nimble. |
Beta Was this translation helpful? Give feedback.
-
What is weird is that the dockerfile works perfectly to build and run the benchmarks with the code as is. |
Beta Was this translation helpful? Give feedback.
-
last workflow to run succesfully on Ubuntu and windows was Update faster_than_csv.nim.cfg Build #154 on the 10th of may.
I reset the the build.yml to the last known build to succed on Ubuntu and Windows and still the same issue.
I don't think this issue is only related to MacOS.
I will investigate more deeply this week what changes were made to
nim >=1.4
to try to either fix nimporter or isolate the issue and find a fix.Beta Was this translation helpful? Give feedback.
All reactions