toolchains
toolchains copied to clipboard
Nerves Toolchains
### Environment * Elixir version (`elixir -v`): ``` Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] Elixir 1.14.4 (compiled with Erlang/OTP 25) ``` * Nerves environment: (`mix nerves.env --info`) ```...
This is a rebased version of #91 with a couple updates.
See #105 for partial work towards this goal.
We currently manually build them. It looks like the toolchain Dockerfile works find on `arm64`, so it seems like it should be possible to get these to run on CircleCI.
Pelemay uses `nvcc` to generate CUDA code and would require it when targeting devices with NVidia GPUs (like the Jetson Nano) The path to `nvcc` should be set in the...
This brings in GCC 14.2.
Ever since the backdoor was found in xz, it's seemed timely to update to some other compression. Gzip is ok, but if zstd looks like it would work across all...