e.g. from 64-bit to 32-bit.
pybind11 is a header-only library, so there was no linking failure —
the only reason this ended up mattering was that it had some sort of
size check in it.
Fixes: 8a45e936ac ("libcamera: 0.2.0 → 0.3.0")
* init: lib25519 at 20240321
Signed-off-by: Jack Leightcap <jack@leightcap.com>
* Add installCheckPhase to lib25519
* Set platforms for lib25519, libcpucycles and librandombytes
* Fixed patch for libcpucycles
* lib25519: remove openssl unneeded variable
* lib25519: patch scripts to pull toolchain from environment variables
* librandombytes: add regression test script
* lib25519: checkpoint for successful cross-compile
* testing without binfmt
* compilation for arm64 without cross compiling
* compilation for x86 that creates a x86 binary
* lib25519: replace compiler command to fix cross- and native compiling
* librandombytes, lib25519: cleanup
* crosstest.sh: drop
---------
Signed-off-by: Jack Leightcap <jack@leightcap.com>
Co-authored-by: Roland Coeurjoly <rolandcoeurjoly@gmail.com>
Co-authored-by: imad.nyc <me@imad.nyc>
Co-authored-by: Enric Morales <me@enric.me>
Co-authored-by: Alberto Merino Risueño <Alberto.Merino@uclm.es>
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
Co-authored-by: Abdullah Imad <me@imad.nyc>
Co-authored-by: Alberto Merino <amerinor01@gmail.com>
Co-authored-by: Enric Morales <me@enric.me>
Co-authored-by: Jack Leightcap <jack@leightcap.com>
Co-authored-by: Roland Coeurjoly <rolandcoeurjoly@gmail.com>
Signed-off-by: Jack Leightcap <jack@leightcap.com>
Co-authored-by: Abdullah Imad <me@imad.nyc>
Co-authored-by: Alberto Merino <amerinor01@gmail.com>
Co-authored-by: Enric Morales <me@enric.me>
Co-authored-by: Jack Leightcap <jack@leightcap.com>
Co-authored-by: Roland Coeurjoly <rolandcoeurjoly@gmail.com>
Signed-off-by: Jack Leightcap <jack@leightcap.com>
updated the patch for cross compilin
fixed patch
Apply suggestions from code review
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>