Bump conda files
This commit is contained in:
@@ -88,7 +88,7 @@ dependencies:
|
|||||||
- graphviz
|
- graphviz
|
||||||
- expect
|
- expect
|
||||||
- dtc
|
- dtc
|
||||||
- verilator==5.008
|
- verilator==5.018
|
||||||
- screen
|
- screen
|
||||||
- elfutils
|
- elfutils
|
||||||
- libdwarf-dev==0.0.0.20190110_28_ga81397fc4 # from ucb-bar channel - using mainline libdwarf-feedstock
|
- libdwarf-dev==0.0.0.20190110_28_ga81397fc4 # from ucb-bar channel - using mainline libdwarf-feedstock
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -13,6 +13,13 @@ fi
|
|||||||
for TOOLCHAIN_TYPE in riscv-tools esp-tools; do
|
for TOOLCHAIN_TYPE in riscv-tools esp-tools; do
|
||||||
# note: lock file must end in .conda-lock.yml - see https://github.com/conda-incubator/conda-lock/issues/154
|
# note: lock file must end in .conda-lock.yml - see https://github.com/conda-incubator/conda-lock/issues/154
|
||||||
LOCKFILE=$REQS_DIR/conda-lock-reqs/conda-requirements-$TOOLCHAIN_TYPE-linux-64.conda-lock.yml
|
LOCKFILE=$REQS_DIR/conda-lock-reqs/conda-requirements-$TOOLCHAIN_TYPE-linux-64.conda-lock.yml
|
||||||
|
rm -rf $LOCKFILE
|
||||||
|
|
||||||
conda-lock -f "$REQS_DIR/chipyard.yaml" -f "$REQS_DIR/$TOOLCHAIN_TYPE.yaml" -p linux-64 --lockfile $LOCKFILE
|
conda-lock \
|
||||||
|
--no-mamba \
|
||||||
|
--no-micromamba \
|
||||||
|
-f "$REQS_DIR/chipyard.yaml" \
|
||||||
|
-f "$REQS_DIR/$TOOLCHAIN_TYPE.yaml" \
|
||||||
|
-p linux-64 \
|
||||||
|
--lockfile $LOCKFILE
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user