Skip to content

Commit

Permalink
Update PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Feb 18, 2024
1 parent cb18d29 commit 18125d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ RUN source /root/churchroad/dependencies.sh \
&& PREFIX="/root/.local" CPLUS_INCLUDE_PATH="/usr/include/tcl8.6/:$CPLUS_INCLUDE_PATH" make -j ${MAKE_JOBS} install \
&& rm -rf /root/yosys

# Add /root/.local/bin to PATH.
ENV PATH="/root/.local/bin:$PATH"

# Build Yosys plugin.
WORKDIR /root/churchroad/yosys-plugin
RUN make -j ${MAKE_JOBS}
Expand Down

0 comments on commit 18125d3

Please sign in to comment.