Skip to content

Commit 4270f26

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

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
@@ -70,6 +70,8 @@ jobs:
7070
# Special values for running the feedstock with a local source
7171
export FEEDSTOCK_ROOT="${PWD}"
7272
export CI="local"
73+
# Patch: add resolvo-cpp as a host dependency
74+
sed -i 's/ - fmt/ - fmt\n - resolvo-cpp/' recipe/meta.yaml
7375
# For OSX not using Docker
7476
export CONDA_BLD_PATH="${PWD}/build_artifacts"
7577
mkdir -p "${CONDA_BLD_PATH}"

0 commit comments

Comments
 (0)