remove old boom references | build-toolchain rebar directory fix

This commit is contained in:
Abraham Gonzalez
2019-05-11 17:43:20 -07:00
parent 2259952087
commit 1ef687605d
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ jobs:
- verilator-installed-v1-{{ checksum "sims/verisim/verilator.mk" }}
- run:
name: Building BoomConfig using Verilator
name: Building the example subproject using Verilator
command: .circleci/do-rtl-build.sh example
no_output_timeout: 120m

View File

@@ -27,7 +27,7 @@ RISCV="$(pwd)/$INSTALL_DIR"
# install risc-v tools
export RISCV="$RISCV"
git -C $REBAR_DIR submodule update --init --recursive toolchains/$TOOLCHAIN #--jobs 8
cd "toolchains/$TOOLCHAIN"
cd "$REBAR_DIR/toolchains/$TOOLCHAIN"
export MAKEFLAGS="-j16"
./build.sh
cd $RDIR