Skip to content
Snippets Groups Projects
Commit 61855d2e 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 @ 32f59110
Subproject commit 83f68573324a453a6d26e025fd6439f175a79d1b Subproject commit 32f59110c25238cbe68766eddcd4bae7163931a3
daemon @ 6f64b069
Subproject commit 02c5cecd363a1ee25a914d72e243d7903e44969b Subproject commit 6f64b069a1c95a15b744d4044ad3d8032147439f
...@@ -22,7 +22,12 @@ RUN unsquashfs -d /snap/core18/current core18.snap ...@@ -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 # Grab the snapcraft snap from the stable channel and unpack it in the proper
# place. # 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 mkdir -p /snap/snapcraft
RUN unsquashfs -d /snap/snapcraft/current snapcraft.snap 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