[tracker/sam/ci] Work around weird issue by trying F27
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sam/ci] Work around weird issue by trying F27
- Date: Sun, 17 Jun 2018 17:56:53 +0000 (UTC)
commit 43493913684206bae751f89f920c6287e9550fd9
Author: Sam Thursfield <sam afuera me uk>
Date: Sun Jun 17 19:56:27 2018 +0200
Work around weird issue by trying F27
.gitlab-ci.yml | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 58fd0f938..f0c4c83b2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,25 @@
stages:
- test
-test-autotools-fedora28:
+# Using Fedora 27 as F28 has some weird compiler bug:
+#
+# GISCAN Tracker_C-2.0.gir
+# annobin: Tracker_2.0.c: Error: plugin built for compiler version (8.0.1) but run with compiler version
(8.1.1)
+# cc1: error: fail to initialize plugin /usr/lib/gcc/x86_64-redhat-linux/8/plugin/annobin.so
+# Traceback (most recent call last):
+# File "/usr/lib64/python3.6/distutils/unixccompiler.py", line 127, in _compile
+# extra_postargs)
+# File "/usr/lib64/python3.6/distutils/ccompiler.py", line 909, in spawn
+# spawn(cmd, dry_run=self.dry_run)
+# File "/usr/lib64/python3.6/distutils/spawn.py", line 36, in spawn
+# _spawn_posix(cmd, search_path, dry_run=dry_run)
+# File "/usr/lib64/python3.6/distutils/spawn.py", line 159, in _spawn_posix
+# % (cmd, exit_status))
+# distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1
+#
+test-autotools-fedora27:
stage: test
- image: fedora:28
+ image: fedora:27
before_script:
- dnf install -y 'dnf-command(builddep)' redhat-rpm-config libseccomp-devel make
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]