Do not overwrite conda-build root dir if already configured
2 unresolved threads
2 unresolved threads
Compare changes
- Samuel GAIST authored
The condarc file can contain the root-dir entry which state where conda-build should run and store its artifacts. Don't set croot if that setting is found.
+ 4
− 1
@@ -637,7 +637,10 @@ if __name__ == '__main__':