Skip to content
Snippets Groups Projects
Commit 4952f4d4 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

nightly

Change-Id: I8197c33a17f063c761d8c81e916a4aba5545076c
parent 7f0e1e04
No related branches found
No related tags found
No related merge requests found
client-qt @ 9dca5520
Subproject commit 83f68573324a453a6d26e025fd6439f175a79d1b
Subproject commit 9dca5520eaa3d9c2dadfdf6ae837455ea8240472
daemon @ 6f64b069
Subproject commit 02c5cecd363a1ee25a914d72e243d7903e44969b
Subproject commit 6f64b069a1c95a15b744d4044ad3d8032147439f
......@@ -22,7 +22,12 @@ RUN unsquashfs -d /snap/core18/current core18.snap
# Grab the snapcraft snap from the stable channel and unpack it in the proper
# place.
RUN curl -L $(curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/snapcraft?channel=stable' | jq '.download_url' -r) --output snapcraft.snap
# RUN curl -L $(curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/snapcraft?channel=stable' | jq '.download_url' -r) --output snapcraft.snap
# Current snapcraft snap is broken upstream again:
# https://forum.snapcraft.io/t/snapcraft-docker-images-broken-again/27942
# Temporary workaround: pin to an older, non-broken version for now.
# TODO: restore to the above once issue is fixed upstream.
RUN curl -L https://api.snapcraft.io/api/v1/snaps/download/vMTKRaLjnOJQetI78HjntT37VuoyssFE_6751.snap --output snapcraft.snap
RUN mkdir -p /snap/snapcraft
RUN unsquashfs -d /snap/snapcraft/current snapcraft.snap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment