Skip to content

Commit 6605482

Browse files
authored
Merge pull request #2219 from ucb-bar/small-build-changes
small build setup edits to prevent common failures
2 parents 2da44ff + 8282a31 commit 6605482

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

conda-reqs/chipyard-extended.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies:
6969

7070
# hammer packages
7171
- sty
72-
- open_pdks.sky130a
72+
# - open_pdks.sky130a
7373
- pip:
7474
- hammer-vlsi[asap7]==1.2.0
7575

conda-reqs/conda-lock-reqs/conda-requirements-riscv-tools-linux-64.conda-lock.yml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/build-setup.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,9 @@ if run_step "1"; then
190190
fi
191191
echo "Storing main conda environment in $CONDA_ENV_NAME"
192192

193-
conda-lock install --conda $(which conda) $CONDA_ENV_ARG $LOCKFILE &&
193+
conda-lock install --conda $CONDA_EXE $CONDA_ENV_ARG $LOCKFILE &&
194+
## If the above line errors in your environment, you can try the line below
195+
# conda-lock install --conda $(which conda) $CONDA_ENV_ARG $LOCKFILE &&
194196
source $(conda info --base)/etc/profile.d/conda.sh &&
195197
conda activate $CONDA_ENV_NAME
196198
exit_if_last_command_failed

0 commit comments

Comments
 (0)