Add Versioning Support from version.txt
(#3140)
#787
Annotations
1 error and 1 warning
Build and push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir -p ${HOME}/OpenMC && cd ${HOME}/OpenMC && git clone --shallow-submodules --recurse-submodules --single-branch -b ${openmc_branch} --depth=1 ${OPENMC_REPO} && mkdir build && cd build ; if [ ${build_dagmc} = \"on\" ] && [ ${build_libmesh} = \"on\" ]; then cmake ../openmc -DCMAKE_CXX_COMPILER=mpicxx -DOPENMC_USE_MPI=on -DHDF5_PREFER_PARALLEL=on -DOPENMC_USE_DAGMC=on -DOPENMC_USE_LIBMESH=on -DCMAKE_PREFIX_PATH=\"${DAGMC_INSTALL_DIR};${LIBMESH_INSTALL_DIR}\" ; fi ; if [ ${build_dagmc} = \"on\" ] && [ ${build_libmesh} = \"off\" ]; then cmake ../openmc -DCMAKE_CXX_COMPILER=mpicxx -DOPENMC_USE_MPI=on -DHDF5_PREFER_PARALLEL=on -DOPENMC_USE_DAGMC=ON -DCMAKE_PREFIX_PATH=${DAGMC_INSTALL_DIR} ; fi ; if [ ${build_dagmc} = \"off\" ] && [ ${build_libmesh} = \"on\" ]; then cmake ../openmc -DCMAKE_CXX_COMPILER=mpicxx -DOPENMC_USE_MPI=on -DHDF5_PREFER_PARALLEL=on -DOPENMC_USE_LIBMESH=on -DCMAKE_PREFIX_PATH=${LIBMESH_INSTALL_DIR} ; fi ; if [ ${build_dagmc} = \"off\" ] && [ ${build_libmesh} = \"off\" ]; then cmake ../openmc -DCMAKE_CXX_COMPILER=mpicxx -DOPENMC_USE_MPI=on -DHDF5_PREFER_PARALLEL=on ; fi ; make 2>/dev/null -j${compile_cores} install && cd ../openmc && pip install .[test,depletion-mpi] && python -c \"import openmc\"" did not complete successfully: exit code: 2
|
Post Set up QEMU
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Loading