Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit bd2f3d3

Browse files
committed
Remove gitpod docker image build
1 parent 9361a33 commit bd2f3d3

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.github/workflows/tox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
max-parallel: 20
4040
matrix:
41-
tox_system_factor: [gitpod, ubuntu-trusty, ubuntu-xenial, ubuntu-bionic, ubuntu-focal, ubuntu-hirsute, ubuntu-impish, ubuntu-jammy, debian-stretch, debian-buster, debian-bullseye, debian-bookworm, debian-sid, linuxmint-17, linuxmint-18, linuxmint-19, linuxmint-19.3, linuxmint-20.1, linuxmint-20.2, linuxmint-20.3, fedora-26, fedora-27, fedora-28, fedora-29, fedora-30, fedora-31, fedora-32, fedora-33, fedora-34, fedora-35, fedora-36, centos-7, centos-stream-8, gentoo-python3.9, gentoo-python3.10, archlinux-latest, opensuse-15.3, opensuse-tumbleweed, slackware-14.2, conda-forge, ubuntu-bionic-i386, manylinux-2_24-i686, debian-buster-i386, centos-7-i386]
41+
tox_system_factor: [ubuntu-trusty, ubuntu-xenial, ubuntu-bionic, ubuntu-focal, ubuntu-hirsute, ubuntu-impish, ubuntu-jammy, debian-stretch, debian-buster, debian-bullseye, debian-bookworm, debian-sid, linuxmint-17, linuxmint-18, linuxmint-19, linuxmint-19.3, linuxmint-20.1, linuxmint-20.2, linuxmint-20.3, fedora-26, fedora-27, fedora-28, fedora-29, fedora-30, fedora-31, fedora-32, fedora-33, fedora-34, fedora-35, fedora-36, centos-7, centos-stream-8, gentoo-python3.9, gentoo-python3.10, archlinux-latest, opensuse-15.3, opensuse-tumbleweed, slackware-14.2, conda-forge, ubuntu-bionic-i386, manylinux-2_24-i686, debian-buster-i386, centos-7-i386]
4242
tox_packages_factor: [minimal, standard]
4343
env:
4444
TOX_ENV: docker-${{ matrix.tox_system_factor }}-${{ matrix.tox_packages_factor }}

tox.ini

-16
Original file line numberDiff line numberDiff line change
@@ -438,22 +438,6 @@ setenv =
438438
ubuntu-bionic-nvidia-cuda: BASE_TAG=ubuntu18.04
439439
ubuntu-xenial-nvidia-cuda: BASE_TAG=ubuntu16.04
440440
#
441-
# https://hub.docker.com/r/gitpod/
442-
#
443-
gitpod: SYSTEM=debian
444-
gitpod: BASE_IMAGE=gitpod/workspace-base
445-
gitpod-full: BASE_IMAGE=gitpod/workspace-full
446-
gitpod: CONFIG_CONFIGURE_ARGS_ROOT=--prefix=/home/gitpod/sage-local --with-sage-venv
447-
gitpod: __SUDO=--sudo
448-
gitpod: __CHOWN=--chown=gitpod:gitpod
449-
# Play safe and make sure that the image build succeeds even
450-
# if packages that do not exist on ubuntu-focal are added to debian.txt
451-
gitpod: IGNORE_MISSING_SYSTEM_PACKAGES=yes
452-
# As of 2022-01, gitpod/workspace-base is based on ubuntu-focal.
453-
# To save space, we filter out some packages that are too old and
454-
# will be rejected by our configure script.
455-
gitpod-standard: SAGE_PACKAGE_LIST_ARGS=--has-file=spkg-configure.m4 :standard: --exclude pari --exclude eclib --exclude lcalc --exclude giac --exclude singular
456-
#
457441
# Resulting full image:tag name
458442
#
459443
docker: FULL_BASE_IMAGE_AND_TAG={env:ARCH_IMAGE_PREFIX:}{env:BASE_IMAGE}{env:ARCH_IMAGE_SUFFIX:}:{env:ARCH_TAG_PREFIX:}{env:BASE_TAG}{env:ARCH_TAG_SUFFIX:}

0 commit comments

Comments
 (0)