diff options
| author | Samuele Pedroni <pedronis@lucediurna.net> | 2018-09-28 11:22:19 +0200 |
|---|---|---|
| committer | Samuele Pedroni <pedronis@lucediurna.net> | 2018-09-28 11:22:19 +0200 |
| commit | f6b3cfe9fe22e36b2258c0587605117141f36297 (patch) | |
| tree | 252faa6f9b23f8f87678f1764a52fe49df4f80fe /tests/unit | |
| parent | 163632792a2ddc8ca76bb33bb7993594ba0a5160 (diff) | |
disable gccgo tests on 18.04 for now, until dh-golang vs gccgo are fixed
Diffstat (limited to 'tests/unit')
| -rw-r--r-- | tests/unit/gccgo/task.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit/gccgo/task.yaml b/tests/unit/gccgo/task.yaml index fc52bd5c8f..fed1e394e6 100644 --- a/tests/unit/gccgo/task.yaml +++ b/tests/unit/gccgo/task.yaml @@ -1,7 +1,9 @@ summary: Check that snapd builds with gccgo # Only check that gccgo is vaguely happy once. -systems: [ubuntu-16.04-*, ubuntu-18.04-*] +# FIXME: currently dh-golang and gccgo don't work together in 18.04! +#systems: [ubuntu-16.04-*, ubuntu-18.04-*] +systems: [ubuntu-16.04-*] # Start before anything else as it takes a long time. priority: 1000 |
