Skip to content

Commit 5085fa1

Browse files
committed
Add libs just to see if it builds successfully
1 parent dbc6b9c commit 5085fa1

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

build_support/static_build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ def _ensure_source_archives(self):
195195
),
196196
self._ensure_source(
197197
name='libxslt',
198-
glob='libxslt*.tar.gz',
199-
filename='libxslt.tar.gz',
198+
glob='libxslt*.tar.xz',
199+
filename='libxslt.tar.xz',
200200
version=self.builder.libxslt_version,
201201
env_label='PYXMLSEC_LIBXSLT_VERSION',
202202
default_url=latest_libxslt_release,

libs/libiconv-1.18.tar.gz

5.55 MB
Binary file not shown.

libs/libxml2-2.14.6.tar.xz

2.22 MB
Binary file not shown.

libs/libxslt-1.1.43.tar.xz

1.45 MB
Binary file not shown.

libs/openssl-3.6.0.tar.gz

52.6 MB
Binary file not shown.

libs/xmlsec1-1.3.8.tar.gz

2.36 MB
Binary file not shown.

libs/zlib-1.3.1.tar.gz

1.44 MB
Binary file not shown.

0 commit comments

Comments
 (0)