Tristan Van Berkom pushed to branch tristan/avoid-redundant-alpine at BuildStream / buildstream
Commits:
-
fa476d79
by Tristan Van Berkom at 2018-08-24T07:55:43Z
2 changed files:
Changes:
... | ... | @@ -7,6 +7,6 @@ description: | |
7 | 7 |
|
8 | 8 |
sources:
|
9 | 9 |
- kind: tar
|
10 |
- url: sysroot:tarballs/integration-tests-base.v1.x86_64.tar.xz
|
|
10 |
+ url: alpine:integration-tests-base.v1.x86_64.tar.xz
|
|
11 | 11 |
base-dir: ''
|
12 | 12 |
ref: 3eb559250ba82b64a68d86d0636a6b127aa5f6d25d3601a79f79214dc9703639
|
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 |
name: test
|
3 | 3 |
element-path: elements
|
4 | 4 |
aliases:
|
5 |
- sysroot: https://gnome7.codethink.co.uk/
|
|
5 |
+ alpine: https://gnome7.codethink.co.uk/tarballs/
|
|
6 | 6 |
project_dir: file://{project_dir}
|
7 | 7 |
options:
|
8 | 8 |
linux:
|