Skip to content

Commit 4429ea0

Browse files
committed
Fixing my own mistakes
[ci skip]
1 parent 58e00f8 commit 4429ea0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/full-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/full-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

3rdparty/ff-petsc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 $@

0 commit comments

Comments
 (0)