File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 if : ${{ inputs.upload_build_artifacts == true }}
138138 run : |
139139 cd ${{ steps.flags.outputs.staging-dir }}/${{ env.INSTALL_DIR }}
140- tar czf ${{ github.workspace }}/install_tree.tar.gz
140+ tar czf ${{ github.workspace }}/install_tree.tar.gz .
141141
142142 - name : Upload
143143 if : ${{ inputs.upload_build_artifacts == true }}
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 if : ${{ inputs.upload_build_artifacts == true }}
135135 run : |
136136 cd ${{ steps.flags.outputs.staging-dir }}/${{ env.INSTALL_DIR }}
137- tar czf ${{ github.workspace }}/install_tree.tar.gz
137+ tar czf ${{ github.workspace }}/install_tree.tar.gz .
138138
139139 - name : Upload
140140 if : ${{ inputs.upload_build_artifacts == true }}
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ $(SRCDIR)/tag-make-real:$(SRCDIR)/tag-conf-real
210210
211211$(SRCDIR ) /tag-install-real :$(SRCDIR ) /tag-make-real
212212 cd $(SRCDIR ) && $(MAKE ) PETSC_DIR=$(PETSC_DIR ) PETSC_ARCH=fr install-lib
213- -cd $(SRCDIR ) && export HWLOC_HIDE_ERRORS=2 && $(MAKE ) PETSC_DIR=$(DIR_INSTALL_REAL ) SLEPC_DIR=$(DIR_INSTALL_REAL ) PETSC_ARCH=" " check
213+ -cd $(SRCDIR ) && export HWLOC_HIDE_ERRORS=2 OMPI_ALLOW_RUN_AS_ROOT=1 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 && $(MAKE ) PETSC_DIR=$(DIR_INSTALL_REAL ) SLEPC_DIR=$(DIR_INSTALL_REAL ) PETSC_ARCH=" " check
214214 test -e $(DIR_INSTALL_REAL ) /include/petsc.h
215215 test -e $(DIR_INSTALL_REAL ) /lib/petsc/conf/petscvariables
216216 touch $@
You can’t perform that action at this time.
0 commit comments