mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Use opensuse tumbleweed (#3282)
This commit is contained in:
parent
18a8bd2997
commit
aaff97d878
3 changed files with 4 additions and 8 deletions
5
.github/workflows/tests.yaml
vendored
5
.github/workflows/tests.yaml
vendored
|
@ -81,10 +81,9 @@ jobs:
|
||||||
- name: "Ubuntu 22.04"
|
- name: "Ubuntu 22.04"
|
||||||
runner: ubuntu-latest
|
runner: ubuntu-latest
|
||||||
dockerfile: ubuntu2204
|
dockerfile: ubuntu2204
|
||||||
# This is actually "OpenSUSE Tumbleweed (Rolling)" but GitHub requires the "OpenSUSE 15" check, so keep that name
|
- name: "OpenSUSE Tumbleweed (Rolling)"
|
||||||
- name: "OpenSUSE 15"
|
|
||||||
runner: ubuntu-latest
|
runner: ubuntu-latest
|
||||||
dockerfile: opensuse15
|
dockerfile: opensuse
|
||||||
- name: "Archlinux Base (Rolling)"
|
- name: "Archlinux Base (Rolling)"
|
||||||
runner: ubuntu-latest
|
runner: ubuntu-latest
|
||||||
dockerfile: arch
|
dockerfile: arch
|
||||||
|
|
|
@ -40,10 +40,10 @@ services:
|
||||||
security_opt:
|
security_opt:
|
||||||
- label=type:container_runtime_t
|
- label=type:container_runtime_t
|
||||||
tty: true
|
tty: true
|
||||||
test-opensuse15:
|
test-opensuse:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: test/docker/opensuse15
|
dockerfile: test/docker/opensuse
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
security_opt:
|
security_opt:
|
||||||
- label=type:container_runtime_t
|
- label=type:container_runtime_t
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
FROM opensuse/tumbleweed
|
FROM opensuse/tumbleweed
|
||||||
|
|
||||||
# NOTE: this isn't opensuse15 anymore, but this allows PRs to be merged by
|
|
||||||
# matching the GitHub configuration.
|
|
||||||
|
|
||||||
RUN zypper install -y python3 awk coreutils git gcc gcc-c++ cmake make libuuid-devel libfaketime curl
|
RUN zypper install -y python3 awk coreutils git gcc gcc-c++ cmake make libuuid-devel libfaketime curl
|
||||||
|
|
||||||
# Setup language environment
|
# Setup language environment
|
Loading…
Add table
Add a link
Reference in a new issue