Skip to content

Commit af9af7d

Browse files
committed
libtatsu
1 parent 78c3996 commit af9af7d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build_release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -160,18 +160,6 @@ jobs:
160160
make -j$(nproc)
161161
make install
162162
163-
- name: build libtatsu
164-
run: |
165-
wget -q -nc -P ${BUILD_SOURCE} \
166-
https://github.com/libimobiledevice/libtatsu/archive/${LIBTATSU_VERSION}.tar.gz
167-
tar xf ${BUILD_SOURCE}/${LIBTATSU_VERSION}.tar.gz -C ${BUILD_WORK}
168-
echo "${LIBTATSU_VERSION}" > ${BUILD_WORK}/libtatsu-${LIBTATSU_VERSION}/.tarball-version
169-
cd ${BUILD_WORK}/libtatsu-${LIBTATSU_VERSION}
170-
PACKAGE_VERSION=${LIBTATSU_VERSION} ./autogen.sh \
171-
${CONFIGURE_FLAGS}
172-
make -j$(nproc)
173-
make install
174-
175163
- name: build libimobiledevice-glue
176164
run: |
177165
wget -q -nc -P ${BUILD_SOURCE} \
@@ -307,6 +295,18 @@ jobs:
307295
make -j$(nproc) -l$(nproc)
308296
make install
309297
298+
- name: build libtatsu
299+
run: |
300+
wget -q -nc -P ${BUILD_SOURCE} \
301+
https://github.com/libimobiledevice/libtatsu/archive/${LIBTATSU_VERSION}.tar.gz
302+
tar xf ${BUILD_SOURCE}/${LIBTATSU_VERSION}.tar.gz -C ${BUILD_WORK}
303+
echo "${LIBTATSU_VERSION}" > ${BUILD_WORK}/libtatsu-${LIBTATSU_VERSION}/.tarball-version
304+
cd ${BUILD_WORK}/libtatsu-${LIBTATSU_VERSION}
305+
PACKAGE_VERSION=${LIBTATSU_VERSION} ./autogen.sh \
306+
${CONFIGURE_FLAGS}
307+
make -j$(nproc)
308+
make install
309+
310310
- name: (not) build libgeneral
311311
run: |
312312
wget -q -nc -P ${BUILD_SOURCE} \

0 commit comments

Comments
 (0)