Skip to content

Commit

Permalink
gitlab: install flux-core
Browse files Browse the repository at this point in the history
Problem: We create an install directory, but seem to miss
actually installing flux-core.

Install flux-core so future projects can build with it.
Utilize the installation, rather than the build, in MPI testing.
  • Loading branch information
wihobbs committed Jan 29, 2024
1 parent d14846e commit e3528e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ default:
script:
- export MPI_TESTS_DIRECTORY=$(pwd)/mpi
- export FTC_DIRECTORY=$(pwd)
- flux run -N2 $CORE_BUILD_DIR/src/cmd/flux start $MPI_TESTS_DIRECTORY/outer_script.sh
- flux run -N2 $CORE_INSTALL_PREFIX/bin/flux start $MPI_TESTS_DIRECTORY/outer_script.sh

corona-core-build:
extends:
Expand Down
1 change: 1 addition & 0 deletions .gitlab/builds.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- ../configure --prefix=${CI_DIRECTORY}/flux-core/install
- make -j $(nproc)
## need to install to get pkgconfig files
- make -j $(nproc) install
- export CORE_BUILD_DIR=$(pwd)
- export CORE_INSTALL_PREFIX=${CI_DIRECTORY}/flux-core/install
- cd $FTC_DIRECTORY
Expand Down

0 comments on commit e3528e7

Please sign in to comment.