mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
gitlab-ci: Add xz-utils for distribution tarballs
This commit is contained in:
parent
5c9abbf831
commit
8d9c359a01
@ -11,7 +11,8 @@ RUN apt-get update && \
|
||||
make gcc clang llvm libclang-rt-dev \
|
||||
zlib1g-dev liblzma-dev libgcrypt-dev \
|
||||
python3-dev \
|
||||
cmake meson
|
||||
cmake meson \
|
||||
xz-utils
|
||||
WORKDIR /tests
|
||||
RUN curl https://www.w3.org/XML/Test/xmlts20080827.tar.gz |tar xz
|
||||
|
||||
|
@ -106,9 +106,9 @@ The following changes are allowed (after careful consideration):
|
||||
## Updating the CI Docker image
|
||||
|
||||
Note that the CI image is used for libxslt as well. First create a
|
||||
GitLab access token with `read_registry` and `write_registry`
|
||||
permissions. Then run the following commands with the Dockerfile in the
|
||||
.gitlab-ci directory:
|
||||
GitLab access token with maintainer rile and `read_registry` and
|
||||
`write_registry` permissions. Then run the following commands with the
|
||||
Dockerfile in the .gitlab-ci directory:
|
||||
|
||||
docker login -u <username> -p <access_token> \
|
||||
registry.gitlab.gnome.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user