File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -194,30 +194,6 @@ function check_deps() {
194
194
fi
195
195
}
196
196
197
- # ######################################
198
- # Basic setup for upgrading the virtual envionment tools and
199
- # building the FIREWHEEL whl file.
200
- # Arguments:
201
- # None
202
- # Globals:
203
- # PIP_ARGS
204
- # PYTHON_BIN
205
- # ######################################
206
- function install_firewheel_generic() {
207
- if ! ${PYTHON_BIN} -m pip install ${PIP_ARGS} build; then
208
- err " FIREWHEEL setup failed to pip install 'build'."
209
- err " Consult the pip error logs, and verify network connectivity. Aborting."
210
- exit 1
211
- fi
212
-
213
- if ! ${PYTHON_BIN} -m build; then
214
- err " FIREWHEEL setup failed to build the source distribution and wheel."
215
- err " Consult the error logs, and verify network connectivity. Aborting."
216
- exit 1
217
- fi
218
-
219
- }
220
-
221
197
# ######################################
222
198
# Installing the FIREWHEEL package with standard dependencies.
223
199
# Arguments:
@@ -251,7 +227,6 @@ function install_firewheel() {
251
227
# ######################################
252
228
function install_firewheel_development() {
253
229
local clone=" $1 "
254
- install_firewheel_generic
255
230
256
231
# Install the development version.
257
232
if [[ $clone -eq 0 ]]; then
You can’t perform that action at this time.
0 commit comments