Skip to content

Commit

Permalink
etc: DependencyInstaller: Define path for dependency prefixes file fo…
Browse files Browse the repository at this point in the history
…r CI

Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski committed Aug 30, 2024
1 parent 8665172 commit 2a28ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/DependencyInstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ while [ "$#" -gt 0 ]; do
;;
-ci)
CI="yes"
OR_INSTALLER_ARGS="${OR_INSTALLER_ARGS} -save-deps-prefixes=/etc/openroad_deps_prefixes.txt"
;;
-prefix=*)
OR_INSTALLER_ARGS="${OR_INSTALLER_ARGS} $1"
Expand Down

0 comments on commit 2a28ae7

Please sign in to comment.