Skip to content

Commit

Permalink
Revert OpenROAD to c1c3151 (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
donn authored Apr 14, 2022
1 parent 67bbd24 commit 6fb8992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependencies/tool_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
in_install: false
- name: openroad_app
repo: https://github.com/The-OpenROAD-Project/OpenROAD
commit: f12e2f474102bfb875eeee57fb610d7d7de17770
commit: c1c315118e68926dfff368f85e13bf50adaa920f
build: ''
in_install: false
- name: git
Expand Down
4 changes: 1 addition & 3 deletions docker/openroad_app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ RUN python3 ./utils.py fetch-submodules-from-tarballs ${OPENROAD_APP_REPO} ${OPE
RUN sed -i "s/GITDIR-NOTFOUND/${OPENROAD_APP_COMMIT}/" cmake/GetGitRevisionDescription.cmake
RUN mkdir build && mkdir -p /build/version && mkdir install
RUN cd build && cmake -DCMAKE_INSTALL_PREFIX=$(pwd)/install ..
# Max will be four cores: more than that and there are too many files open at the same time
# To clarify, llvm-ar *crashes*.
RUN cd build && make -j2
RUN cd build && make -j$(nproc)
RUN cd build && make install
RUN cp -r build/install/bin /build/

Expand Down

0 comments on commit 6fb8992

Please sign in to comment.