Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
dbus
dbus
Commits
efe805c8
Commit
efe805c8
authored
Jan 13, 2021
by
Simon McVittie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ci' into 'master'
ci: bump msys2 deps, fix broken links See merge request
!201
parents
95bff903
c5385dfd
Pipeline
#255385
passed with stage
in 11 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
13 deletions
+14
-13
tools/ci-install.sh
tools/ci-install.sh
+14
-13
No files found.
tools/ci-install.sh
View file @
efe805c8
...
...
@@ -171,6 +171,7 @@ case "$ci_distro" in
xmlto
xsltproc
xvfb
zstd
)
case
"
$ci_suite
"
in
...
...
@@ -227,21 +228,21 @@ if [ "$ci_local_packages" = yes ]; then
dep_prefix
=
$(
pwd
)
/
${
ci_host
}
-prefix
install
-d
"
${
dep_prefix
}
"
packages
=(
bzip2-1.0.8-
1
expat-2.2.
9
-1
gcc-libs-
9.3
.0-
2
gettext-0.19.8.1-
8
glib2-2.6
4.2
-1
iconv-1.16-
1
libffi-3.3-
1
libiconv-1.16-
1
libwinpthread-git-8.0.0.5
814.9dbf4cc
1-1
pcre-8.44-
1
zlib-1.2.11-
7
bzip2-1.0.8-
2
expat-2.2.
10
-1
gcc-libs-
10.2
.0-
6
gettext-0.19.8.1-
10
glib2-2.6
6.4
-1
iconv-1.16-
2
libffi-3.3-
2
libiconv-1.16-
2
libwinpthread-git-8.0.0.5
906.c9a2157
1-1
pcre-8.44-
2
zlib-1.2.11-
8
)
for
pkg
in
"
${
packages
[@]
}
"
;
do
wget
${
mirror
}
/mingw-w64-
${
ci_host
%%-*
}
-
${
pkg
}
-any
.pkg.tar.
x
z
tar
-C
${
dep_prefix
}
--strip-components
=
1
-xvf
mingw-w64-
${
ci_host
%%-*
}
-
${
pkg
}
-any
.pkg.tar.
x
z
wget
${
mirror
}
/mingw-w64-
${
ci_host
%%-*
}
-
${
pkg
}
-any
.pkg.tar.z
st
tar
-C
${
dep_prefix
}
--strip-components
=
1
-xvf
mingw-w64-
${
ci_host
%%-*
}
-
${
pkg
}
-any
.pkg.tar.z
st
done
# limit access rights
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment