Skip to content
Snippets Groups Projects
Commit d01cf4cc authored by Joe Garcia's avatar Joe Garcia
Browse files

trying to build rocky9

parent a2555254
No related branches found
No related tags found
No related merge requests found
...@@ -11121,6 +11121,13 @@ mk_build() { ...@@ -11121,6 +11121,13 @@ mk_build() {
mk_packaging || oops "packaging failed" mk_packaging || oops "packaging failed"
resume_tracker resume_tracker
   
if pythonVersionPriorTo 3.10 ; then
mk_setuptools_scm || oops "setuptools scm"
resume_tracker
simple_py_install src/optional/zipp-*.gz || oops 'zipp did not install'
simple_py_install src/optional/importlib_metadata-*.gz || oops 'importlib metadata did not install'
fi
_setup_build_install build src/optional/build-${BUILDVER}.tar.gz build-${BUILDVER} || oops "build of build failed" _setup_build_install build src/optional/build-${BUILDVER}.tar.gz build-${BUILDVER} || oops "build of build failed"
   
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment