Merge ~rbarry/grafana-snap:rock into grafana-snap:rock

Proposed by Ryan Barry
Status: Merged
Approved by: Ryan Barry
Approved revision: 6a98daa304de49586aa96b260945a54b18c137bc
Merged at revision: 6a98daa304de49586aa96b260945a54b18c137bc
Proposed branch: ~rbarry/grafana-snap:rock
Merge into: grafana-snap:rock
Diff against target: 22 lines (+4/-0)
1 file modified
snapcraft.yaml (+4/-0)
Reviewer Review Type Date Requested Status
BootStack Reviewers Pending
Review via email: mp+430340@code.launchpad.net

Description of the change

Debug yarn errors in the launchpad CI job, because it works fine in dev

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/snapcraft.yaml b/snapcraft.yaml
2index f24c9a5..396fa5f 100644
3--- a/snapcraft.yaml
4+++ b/snapcraft.yaml
5@@ -62,6 +62,7 @@ parts:
6 build-packages:
7 - autoconf
8 - automake
9+ - bind9-dnsutils
10 - build-essential
11 - curl
12 override-build: |
13@@ -91,6 +92,9 @@ parts:
14 # into OOM issues even with a 10GB RAM VM.
15 export NODE_OPTIONS="--max-old-space-size=8192 --dns-result-order=ipv4first"
16 npm install --location=global --prefix $SNAPCRAFT_PART_BUILD yarn
17+ ip addr
18+ dig registry.yarnpkg.com
19+ nslookup registry.yarnpkg.com
20 make deps-js
21 make build-js
22 cp -rf public ${SNAPCRAFT_PART_INSTALL}/public

Subscribers

People subscribed via source and target branches

to all changes: