Open pradghos opened 4 years ago
Hello,
I am trying to understand - what all tests and validation are recommended to bring up conda compiler for new architecture. There are test stage in meta.yaml for gcc,g++ , others in ctng-compilers-feedstock and below test coverage in build.sh. https://github.com/conda-forge/ctng-compilers-feedstock/blob/883e60a8f7b1b3d7b16e794605ee61a9541943a0/recipe/build.sh#L112
test stage
ctng-compilers-feedstock
build.sh
# pushd .build/${CHOST}/build/build-cc-gcc-final # make -k check || true # popd
are above tests strictly recommended for new architecture ? Any suggestion would really help. Thank you !
Reference of work: https://github.com/conda/conda/issues/9791
If you can build this recipe, then it's fine. No need to run any new tests.
Hello,
I am trying to understand - what all tests and validation are recommended to bring up conda compiler for new architecture. There are
test stage
in meta.yaml for gcc,g++ , others inctng-compilers-feedstock
and below test coverage inbuild.sh
. https://github.com/conda-forge/ctng-compilers-feedstock/blob/883e60a8f7b1b3d7b16e794605ee61a9541943a0/recipe/build.sh#L112are above tests strictly recommended for new architecture ? Any suggestion would really help. Thank you !
Reference of work: https://github.com/conda/conda/issues/9791