Skip to content

Commit

Permalink
Added git installation for Fedora. Needs a docker push.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkysen committed Jan 31, 2023
1 parent 7eb0bab commit 4e7e2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/provision_dnf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dnf install --quiet --assumeyes \
clang-devel \
cmake \
diffutils \
git \
libquadmath-devel \
llvm-devel \
make \
Expand Down
2 changes: 1 addition & 1 deletion scripts/provision_yum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
# required to install ninja-build
yum install --quiet --assumeyes epel-release
# NOTE: CentOS version of cmake is too old
yum install --quiet --assumeyes which ninja-build make cmake libquadmath-devel strace
yum install --quiet --assumeyes which git ninja-build make cmake libquadmath-devel strace

yum install --quiet --assumeyes luarocks

Expand Down

0 comments on commit 4e7e2e7

Please sign in to comment.