aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-01-26 10:49:14 -0800
committerJussi Pakkanen <jpakkane@gmail.com>2021-01-29 19:40:25 +0000
commitc321339b24f896d02b0839d1b1e5008eae405858 (patch)
treeb2f70aa8e963024132bc54812af7c63b78905189 /ci
parentcbdef0479eba33228bf35ddef7b7c2eceda4ec64 (diff)
downloadmeson-c321339b24f896d02b0839d1b1e5008eae405858.zip
meson-c321339b24f896d02b0839d1b1e5008eae405858.tar.gz
meson-c321339b24f896d02b0839d1b1e5008eae405858.tar.bz2
Change the Eoan CI to ubuntu rolling ci
This makes the Ubuntu CI always use the latest release, without us having to manually change it.
Diffstat (limited to 'ci')
-rw-r--r--ci/ciimage/ubuntu-rolling/image.json (renamed from ci/ciimage/eoan/image.json)2
-rwxr-xr-xci/ciimage/ubuntu-rolling/install.sh (renamed from ci/ciimage/eoan/install.sh)6
-rwxr-xr-xci/ciimage/ubuntu-rolling/test.sh (renamed from ci/ciimage/eoan/test.sh)0
3 files changed, 3 insertions, 5 deletions
diff --git a/ci/ciimage/eoan/image.json b/ci/ciimage/ubuntu-rolling/image.json
index cbf86c3..038b945 100644
--- a/ci/ciimage/eoan/image.json
+++ b/ci/ciimage/ubuntu-rolling/image.json
@@ -1,5 +1,5 @@
{
- "base_image": "ubuntu:eoan",
+ "base_image": "ubuntu:rolling",
"env": {
"CI": "1",
"DC": "gdc"
diff --git a/ci/ciimage/eoan/install.sh b/ci/ciimage/ubuntu-rolling/install.sh
index 36dec72..507113b 100755
--- a/ci/ciimage/eoan/install.sh
+++ b/ci/ciimage/ubuntu-rolling/install.sh
@@ -9,14 +9,12 @@ export LANG='C.UTF-8'
export DC=gdc
pkgs=(
- python3-pytest-xdist
+ python3-pytest-xdist python3-jsonschema
python3-pip libxml2-dev libxslt1-dev libyaml-dev libjson-glib-dev
python3-lxml
wget unzip
qt5-default clang
pkg-config-arm-linux-gnueabihf
- qt4-linguist-tools
- python-dev
libomp-dev
llvm lcov
dub ldc
@@ -43,7 +41,7 @@ eatmydata apt-get -y build-dep meson
eatmydata apt-get -y install "${pkgs[@]}"
eatmydata apt-get -y install --no-install-recommends wine-stable # Wine is special
-eatmydata python3 -m pip install hotdoc codecov gcovr jsonschema
+eatmydata python3 -m pip install hotdoc codecov gcovr
# dub stuff
dub_fetch urld
diff --git a/ci/ciimage/eoan/test.sh b/ci/ciimage/ubuntu-rolling/test.sh
index d00df6f..d00df6f 100755
--- a/ci/ciimage/eoan/test.sh
+++ b/ci/ciimage/ubuntu-rolling/test.sh