Custom toolchain build script generator draft#8
Custom toolchain build script generator draft#8wesm wants to merge 2 commits intocloudera:masterfrom
Conversation
|
I was thinking about converting all the shell stuff into python. I'm not sure we want to have a python script that generates shell, seems a little too complicated? |
|
The package build recipes themselves would be easiest to leave as shell scripts because they're self-contained and only require certain environment variables to be set. As a first step we should replace We are reinventing wheels here; can we investigate using |
|
Conda looks interesting, I'll check it out. Thanks! |
|
Another way to test customer toolchain is from Impala's CMakeFiles. see http://gerrit.cloudera.org:8080/#/c/2263/. with that change creating new jenkins job for testing is relative easier. |
@grundprinzip for comments -- what I am not sure about is how to specify a toolchain for a new project. For example, suppose you wanted
Probably should specify the requirements and platform-dependent logic in a Python file rather than some text file