Skip to content

Commit 8501eb2

Browse files
committed
Add resolvo-cpp as a host dependency for micromamba builds
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent efde962 commit 8501eb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/static_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
# Special values for running the feedstock with a local source
6969
export FEEDSTOCK_ROOT="${PWD}"
7070
export CI="local"
71+
# Patch: add resolvo-cpp as a host dependency
72+
sed -i 's/ - fmt/ - fmt\n - resolvo-cpp/' recipe/meta.yaml
7173
# For OSX not using Docker
7274
export CONDA_BLD_PATH="${PWD}/build_artifacts"
7375
mkdir -p "${CONDA_BLD_PATH}"

0 commit comments

Comments
 (0)