binutils-powerpc64le-linux-gnu
build-essential
ccache
+ curl
git
libffi-dev
pkg-config
- ccache --zero-stats || true
- ccache --show-stats || true
- python3 -m pip install --user pytest-xdist
+ - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.67.1 --profile minimal --component rustfmt
+ - source "$HOME/.cargo/env"
script:
+ - pushd register_allocator
+ - cargo fmt --all --check
+ - cargo test --locked --workspace
+ - popd
+
- git clone --depth 1 https://gitlab.com/nmigen/nmigen.git nmigen
- pushd nmigen
- git rev-parse HEAD