conda-forge / ctng-compilers-feedstock

A conda-smithy repository for ctng-compilers.
BSD 3-Clause "New" or "Revised" License
12 stars 28 forks source link

Query on tests / validation for conda GNU compilers for new architecture. #31

Open pradghos opened 4 years ago

pradghos commented 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

# 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

isuruf commented 4 years ago

If you can build this recipe, then it's fine. No need to run any new tests.