Switched to C based nif

This commit is contained in:
Sean Hinde
2023-01-12 14:52:32 +01:00
parent 39ab0b2caa
commit 53b4d36a29
24 changed files with 218 additions and 2231 deletions
+1 -7
View File
@@ -23,8 +23,6 @@ commands:
&& sudo apt-get \
install \
build-essential \
cargo \
cmake \
autoconf \
libncurses5-dev
- run:
@@ -33,10 +31,6 @@ commands:
curl -fsSL -o otp-src.tar.gz https://github.com/erlang/otp/archive/OTP-<< parameters.OTP_VERSION >>.tar.gz
tar -zxf otp-src.tar.gz --strip-components=1
./otp_build autoconf && ./configure && make -j$(nproc) && sudo make install
- run:
name: Install rest
command: |
curl https://sh.rustup.rs -sSf | sh -s -- -yq && source $HOME/.cargo/env
setup_macos:
description: "Setup macos environment"
@@ -49,7 +43,7 @@ commands:
name: Setup environment
command: |
brew update
brew install rust cmake erlang@<< parameters.OTP_VERSION >>
brew install erlang@<< parameters.OTP_VERSION >>
brew link --force erlang@<< parameters.OTP_VERSION >>
run_build: