Skip to content

Commit cf836ed

Browse files
committed
use wrap_wheel_builder
1 parent 19ba74a commit cf836ed

File tree

2 files changed

+1
-100
lines changed

2 files changed

+1
-100
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

travis-ci/build_steps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function build_lib {
4444
# Make directory to store built archive
4545
if [ -n "$IS_OSX" ]; then
4646
# Do build, add gfortran hash to end of name
47-
do_build_lib "$plat" "gf_${GFORTRAN_SHA:0:7}" "$interface64"
47+
wrap_wheel_builder do_build_lib "$plat" "gf_${GFORTRAN_SHA:0:7}" "$interface64"
4848
return
4949
fi
5050
# Manylinux wrapper

0 commit comments

Comments
 (0)