We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
resolvo-cpp
1 parent efde962 commit 8501eb2Copy full SHA for 8501eb2
.github/workflows/static_build.yml
@@ -68,6 +68,8 @@ jobs:
68
# Special values for running the feedstock with a local source
69
export FEEDSTOCK_ROOT="${PWD}"
70
export CI="local"
71
+ # Patch: add resolvo-cpp as a host dependency
72
+ sed -i 's/ - fmt/ - fmt\n - resolvo-cpp/' recipe/meta.yaml
73
# For OSX not using Docker
74
export CONDA_BLD_PATH="${PWD}/build_artifacts"
75
mkdir -p "${CONDA_BLD_PATH}"
0 commit comments