[tracker/sam/tests-eat-my-data] tests: Use libeatmydata on Alpine too
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sam/tests-eat-my-data] tests: Use libeatmydata on Alpine too
- Date: Sun, 16 Feb 2020 22:30:45 +0000 (UTC)
commit eebe5c0dc8ab0904a65bf6b0f218d341a8f1ac9c
Author: Sam Thursfield <sam afuera me uk>
Date: Sun Feb 16 23:29:47 2020 +0100
tests: Use libeatmydata on Alpine too
This requires that we use a patched version due to
https://github.com/stewartsmith/libeatmydata/issues/17.
.gitlab-ci.yml | 9 +++++++++
1 file changed, 9 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 58980b374..1c41335ad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,5 +79,14 @@ test-alpine-rolling:
- apk add -U bash-completion dbus-dev glib-dev gobject-introspection-dev icu-dev json-glib-dev
libsoup-dev libxml2-dev meson py3-setuptools sqlite-dev networkmanager-dev vala alpine-sdk py3-gobject3
- addgroup -S tracker
- adduser -D -G tracker -g tracker tracker
+ - |
+ apk add -U git gcc autoconf automake libtool
+ git clone https://github.com/ssssam/libeatmydata --branch sam/musl-open64-fix
+ cd libeatmydata
+ autoreconf -ivf
+ ./configure
+ make
+ make install
+ cd ..
<<: *test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]