Skip to content

Commit

Permalink
Remove Ubuntu 18.04 CI job.
Browse files Browse the repository at this point in the history
As of the TLS PR, supporting Ubuntu 18.04 will not be possible due to Boost 1.65 not supporting perfect forwarding in ssl stream's constructor.
  • Loading branch information
Pentarctagon committed Mar 10, 2021
1 parent 8eb0bc3 commit 6ca9f09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/ci-main.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

name: Discord Notification

needs: [ubuntu-2004-scons-gcc-release-lto, ubuntu-2004-scons-clang-debug, ubuntu-2004-cmake-clang-release, ubuntu-2004-cmake-gcc-debug, ubuntu-1804, steam-runtime, mingw, flatpak, translations, macos-intel-master-release, macos-intel-master-debug, windows-release, windows-debug]
needs: [ubuntu-2004-scons-gcc-release-lto, ubuntu-2004-scons-clang-debug, ubuntu-2004-cmake-clang-release, ubuntu-2004-cmake-gcc-debug, steam-runtime, mingw, flatpak, translations, macos-intel-master-release, macos-intel-master-debug, windows-release, windows-debug]
if: always()

steps:
Expand Down Expand Up @@ -133,28 +133,6 @@ jobs:
~/build-cache/wesnoth
~/build-cache/wesnothd
ubuntu-1804:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2
with:
submodules: "recursive"

- name: Ubuntu 18.04
run: |
export BRANCH=master
export IMAGE=1804
export NLS=false
export TOOL=scons
export CC=gcc
export CXX=g++
export CXX_STD=17
export CFG=release
export LTO=false
export CACHE_DIR=/home/wesnoth-CI/build
./.github/workflows/ci-scripts/ubuntu.sh
steam-runtime:
runs-on: ubuntu-20.04

Expand Down
26 changes: 0 additions & 26 deletions utils/dockerbuilds/CI/Dockerfile-base-1804-master

This file was deleted.

0 comments on commit 6ca9f09

Please sign in to comment.