Skip to content

Commit

Permalink
ci: Remove the workaround for CI_AR from ci_verify_makefiles.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ctruta committed Feb 11, 2024
1 parent 1cdde11 commit 63c715b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci/ci_verify_makefiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,7 @@ function ci_build {
all_make_vars+=(CPPFLAGS="$CI_CPP_FLAGS")
}
[[ $CI_AR ]] && {
all_make_vars+=(
AR="${CI_AR:-ar}"
AR_RC="${CI_AR:-ar} rc"
)
all_make_vars+=(AR="$CI_AR")
}
[[ $CI_RANLIB ]] && {
all_make_vars+=(RANLIB="$CI_RANLIB")
Expand Down

0 comments on commit 63c715b

Please sign in to comment.