Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This builder image is being used inside fabric8-planner builds. Jenkins file https://github.com/fabric8-ui/fabric8-planner/blob/master/Jenkinsfile#L14 --> groovy script https://github.com/fabric8io/fabric8-pipeline-library/blob/master/vars/fabric8UITemplate.groovy#L9 --> https://hub.docker.com/r/fabric8/fabric8-ui-builder/tags/ and fabric8-planner builds are showing an error on console ``` make: Entering directory `/home/jenkins/workspace/8-ui_fabric8-planner_master-ZPP4IZOIOGZC2EHZQQ2O5PEN76546POVNRCE6JLDNBSQQFFN5RDA@2/node_modules/integer/build' CXX(target) Release/obj.target/integer/src/integer.o make: g++: Command not found make: *** [Release/obj.target/integer/src/integer.o] Error 127 make: Leaving directory `/home/jenkins/workspace/8-ui_fabric8-planner_master-ZPP4IZOIOGZC2EHZQQ2O5PEN76546POVNRCE6JLDNBSQQFFN5RDA@2/node_modules/integer/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 ``` So I feel that we are missing few packages and need to install them. Following are packages we need to run the build smoothly - groupinstall 'Development Tools' - gcc-c++" Ref: facebook/react#3744 (comment) https://unix.stackexchange.com/a/32439 Once merged I hope to see the changes in fabric8-cd whenever I use `container('ui')` in my Jenkins file
- Loading branch information