Skip to content

Commit 753387e

Browse files
committed
resolve conflict.
1 parent ebb5a00 commit 753387e

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,18 +195,14 @@ jobs:
195195

196196
build_ubuntu_ssltests:
197197
name: 'Ubuntu SSL tests with OpenSSL'
198-
<<<<<<< HEAD
199198
runs-on: ${{ matrix.os }}
200-
=======
201-
runs-on: ubuntu-24.04
202-
>>>>>>> 05cc76bc23 (change OS image in github workflow to ubuntu-24.04)
203199
timeout-minutes: 60
204200
needs: check_source
205201
if: needs.check_source.outputs.run_tests == 'true'
206202
strategy:
207203
fail-fast: false
208204
matrix:
209-
os: [ubuntu-22.04]
205+
os: [ubuntu-24.04]
210206
openssl_ver: [3.0.15, 3.1.7, 3.2.3, 3.3.2]
211207
env:
212208
OPENSSL_VER: ${{ matrix.openssl_ver }}

.github/workflows/reusable-ubuntu.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,11 @@ jobs:
1414
build_ubuntu_reusable:
1515
name: 'build and test'
1616
timeout-minutes: 60
17-
<<<<<<< HEAD
1817
runs-on: ${{ matrix.os }}
1918
strategy:
2019
fail-fast: false
2120
matrix:
22-
os: [ubuntu-22.04]
23-
=======
24-
runs-on: ubuntu-24.04
25-
>>>>>>> 05cc76bc23 (change OS image in github workflow to ubuntu-24.04)
21+
os: [ubuntu-24.04]
2622
env:
2723
FORCE_COLOR: 1
2824
OPENSSL_VER: 3.0.15

Tools/build/regen-configure.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ set -e -x
55
# The check_generated_files job of .github/workflows/build.yml must kept in
66
# sync with this script. Use the same container image than the job so the job
77
# doesn't need to run autoreconf in a container.
8-
<<<<<<< HEAD
98
IMAGE="ghcr.io/python/autoconf:2024.10.06.11200919239"
10-
=======
11-
IMAGE="ubuntu:24.04"
12-
DEPENDENCIES="autotools-dev autoconf autoconf-archive pkg-config"
13-
>>>>>>> 05cc76bc23 (change OS image in github workflow to ubuntu-24.04)
149
AUTORECONF="autoreconf -ivf -Werror"
1510

1611
WORK_DIR="/src"

0 commit comments

Comments
 (0)