[gegl] gitlab-ci: Remove opencl jobs.
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] gitlab-ci: Remove opencl jobs.
- Date: Sun, 2 Jun 2019 12:59:49 +0000 (UTC)
commit dcdc04905e2ef7df074824cacbf5be163c3dfc8d
Author: Jan Vesely <jan vesely rutgers edu>
Date: Thu May 30 01:01:58 2019 -0400
gitlab-ci: Remove opencl jobs.
Looks like arch doesn't have a good way of getting CPU opencl.
Remove the jobs for now.
Signed-off-by: Jan Vesely <jan vesely rutgers edu>
.gitlab-ci.yml | 40 ----------------------------------------
1 file changed, 40 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f6827b393..0f1c99095 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,30 +65,6 @@ babl-min-meson:
- ninja -C _build
- ninja -C _build install
-intel-ocl-runtime:
- stage: dependencies
- artifacts:
- paths:
- - ./*.pkg.tar.xz
- variables:
- GIT_STRATEGY: none
- before_script:
- - pacman -Syu --noconfirm --needed --cachedir `pwd`/_pacman_cache git base-devel
- script:
- - 'echo "nobody ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers'
- - git clone --depth=1 https://aur.archlinux.org/ncurses5-compat-libs.git
- - cd ncurses5-compat-libs
- - chown nobody -R .
- - sudo -u nobody makepkg -s --skippgpcheck --noconfirm
- - pacman -U --noconfirm ./*.pkg.tar.xz
- - mv ./*.pkg.tar.xz ../
- - cd ..
- - git clone --depth=1 https://aur.archlinux.org/intel-opencl-runtime.git
- - cd intel-opencl-runtime
- - chown nobody -R .
- - sudo -u nobody makepkg -s --noconfirm
- - mv ./*.pkg.tar.xz ../
-
.build-gegl:
stage: gegl
variables:
@@ -167,19 +143,3 @@ build-all-min-meson:
extends: .build-all
dependencies:
- babl-min-meson
-
-opencl-build-all-git-meson:
- extends: .build-all
- variables:
- GEGL_USE_OPENCL: "cpu"
- script:
- - pacman --noconfirm -U ./*.pkg.tar.xz
- - pacman -Syu --noconfirm --needed --cachedir `pwd`/_pacman_cache ocl-icd
- - mkdir _build
- - cd _build
- - PKG_CONFIG_PATH=$BABL_PREFIX/lib/pkgconfig ../autogen.sh $CONFIG_OPTIONS
- - LD_LIBRARY_PATH="$BABL_PREFIX/lib:$LD_LIBRARY_PATH" make
- - LD_LIBRARY_PATH="$BABL_PREFIX/lib:$LD_LIBRARY_PATH" make check
- dependencies:
- - babl-git-meson
- - intel-ocl-runtime
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]