File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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} \
You can’t perform that action at this time.
0 commit comments