xtensor-python icon indicating copy to clipboard operation
xtensor-python copied to clipboard

CI: adding GitHub Actions runners

Open tdegeus opened this issue 2 years ago • 6 comments

This highlights:

  • [ ] '_snprintf': is not a member of 'std', see https://github.com/nlohmann/json/issues/1408

tdegeus avatar Mar 02 '22 16:03 tdegeus

On top the error: what I don't get is why I get GCC from chocolatey on Windows and not MSVC. On similar actions that is does happen. Do you happened to know what is going on @wolfv ?

tdegeus avatar Mar 04 '22 10:03 tdegeus

@JohanMabille I'm trying to debug segmentation faults I have been having elsewhere https://github.com/tdegeus/test_pybind/pull/6 . However, I cannot even get the tests to be properly linked on Windows. Do you know what goes wrong?

tdegeus avatar Mar 25 '22 11:03 tdegeus

Not really, I'm not used to GHA yet. Why not adding a job in the already existing appveyor config?

JohanMabille avatar Mar 28 '22 08:03 JohanMabille

Because I thought that GHA would be by far the simplest to reproduce the segmentation faults ;) But you are right, maybe I should pass by appveyor.

tdegeus avatar Mar 28 '22 09:03 tdegeus

Also do not hesitate to comment out the others jobs so you don't lose too much time when pushing commits to reproduce the issue.

JohanMabille avatar Mar 28 '22 09:03 JohanMabille

The problem is that I know a quite a bit of GH Actions but not of appveyor : https://github.com/xtensor-stack/xtensor-python/pull/278

tdegeus avatar Mar 28 '22 12:03 tdegeus