Skip to content

Commit

Permalink
potential fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryon-jensen committed Oct 30, 2024
1 parent c717e40 commit 5c6335f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions utils/build_rpms_from_scratch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,23 +109,20 @@ mkdir -p "$rpms_dst" "$build_dst"

# Setup temporary local repository configuration
setup_local_repo "$rpms_dst"
createrepo "$rpms_dst"

setup_rpm_build_env "$(get_el_version)"

# ------------------------------
# Build Dependency and DAOS RPMS
# ------------------------------
setup_rpm_build_env "$(get_el_version)"

cd $build_dst

# Initialize the rpm repo
createrepo "$rpms_dst"

# build rpms for dependencies in daos_stack github org
for pkg in isa-l_crypto dpdk spdk argobots mercury pmdk; do
build_and_copy_rpm "$pkg"
done


# DAOS and Raft (Submodule)
git clone --recursive https://github.com/daos-stack/daos.git

Expand Down

0 comments on commit 5c6335f

Please sign in to comment.