Skip to content

Commit befb890

Browse files
Remove opensuse/tumbleweed, because the docker image is broken.
1 parent ab90d43 commit befb890

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/nightly_Linux_distributions.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
# arch suffering this issue: https://github.com/abseil/abseil-cpp/issues/709
1717
# centos:8 had linking issues with gtest
18-
container_image: ["fedora:latest", "debian:10", "archlinux:base", "ubuntu:20.04", "centos:8", "opensuse/tumbleweed", "alpine:3.13"]
18+
container_image: ["fedora:latest", "debian:10", "archlinux:base", "ubuntu:20.04", "centos:8", "alpine:3.13"]
1919
compiler: [g++, clang++]
2020
build_type: [Release, Debug]
2121
shared_libraries: [ON, OFF]
@@ -25,12 +25,6 @@ jobs:
2525
CMAKE_FLAGS: -DEXIV2_TEAM_EXTRA_WARNINGS=OFF -DEXIV2_ENABLE_WEBREADY=ON -DEXIV2_ENABLE_CURL=ON -DEXIV2_BUILD_UNIT_TESTS=OFF -DEXIV2_ENABLE_BMFF=ON -DEXIV2_TEAM_WARNINGS_AS_ERRORS=OFF -DEXIV2_ENABLE_PNG=ON -DCMAKE_INSTALL_PREFIX=install
2626

2727
steps:
28-
- name: install tar in opensuse
29-
run: |
30-
distro_id=$(grep '^ID=' /etc/os-release|awk -F = '{print $2}'|sed 's/\"//g')
31-
echo $distro_id
32-
if [[ "$distro_id" == "opensuse-tumbleweed" ]]; then zypper --non-interactive install tar gzip; fi
33-
3428
- uses: actions/checkout@v2
3529
- name: install dependencies
3630
run: ./ci/install_dependencies.sh

0 commit comments

Comments
 (0)