Skip to content

Commit

Permalink
Update DockerFile to remove double support
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady authored Aug 5, 2024
1 parent d617f6f commit b21d165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocotb/caravel_cocotb/docker/DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN git clone https://github.com/steveicarus/iverilog.git && cd iverilog && \
# clone and install RISC-V toolchain v 2023.07.07
RUN git clone https://github.com/riscv/riscv-gnu-toolchain && \
cd riscv-gnu-toolchain && git checkout 2023.07.07 && \
./configure --prefix=/opt/riscv --enable-multilib --with-arch=rv32gc --with-abi=ilp32d && \
./configure --prefix=/opt/riscv --enable-multilib --with-arch=rv32gc --with-abi=ilp32 && \
make && \
cd .. && rm -rf riscv-gnu-toolchain

Expand Down

0 comments on commit b21d165

Please sign in to comment.