Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jul 16, 2024
1 parent c1671f6 commit 4b9a114
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions image/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ source /hbb_build/activate_func.sh

SKIP_INITIALIZE=${SKIP_INITIALIZE:-false}
SKIP_USERS_GROUPS=${SKIP_USERS_GROUPS:-false}
SKIP_TOOLS=${SKIP_TOOLS:-false}
SKIP_LIBS=${SKIP_LIBS:-false}
SKIP_FINALIZE=${SKIP_FINALIZE:-false}

Expand Down Expand Up @@ -62,7 +61,6 @@ if ! eval_bool "$SKIP_INITIALIZE"; then
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

fi


Expand Down

0 comments on commit 4b9a114

Please # to comment.