Skip to content

Commit

Permalink
fix style lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jul 16, 2024
1 parent 76d4a4f commit c9b8bd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions image/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ if ! eval_bool "$SKIP_INITIALIZE"; then
run touch /var/lib/rpm/*
run yum update -y
run yum install -y autoconf automake bzip2 cmake curl curl-devel epel-release \
file gettext git libtool m4 openssl-devel patch perl-IPC-Cmd \
pkgconfig python2-devel python2-pip python2-setuptools \
tar zlib-devel "gcc-toolset-$DEVTOOLSET_VERSION" "gcc-toolset-$DEVTOOLSET_VERSION-runtime"
file gettext git libtool m4 openssl-devel patch perl-IPC-Cmd \
pkgconfig python2-devel python2-pip python2-setuptools \
tar zlib-devel "gcc-toolset-$DEVTOOLSET_VERSION" "gcc-toolset-$DEVTOOLSET_VERSION-runtime"
run yum install -y --enablerepo=epel ccache

echo "*link_gomp: %{static|static-libgcc|static-libstdc++|static-libgfortran: libgomp.a%s; : -lgomp } %{static: -ldl }" > /opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/lib/gcc/*-redhat-linux/9/libgomp.spec
Expand Down

0 comments on commit c9b8bd0

Please sign in to comment.