File tree Expand file tree Collapse file tree 4 files changed +14636
-6
lines changed Expand file tree Collapse file tree 4 files changed +14636
-6
lines changed Original file line number Diff line number Diff line change 35
35
if : needs.check_source.outputs.run_tests == 'true'
36
36
# Use a specific image version for reproducible builds
37
37
container :
38
- image : opensuse/leap:15.5
38
+ image : opensuse/leap:15.6
39
39
strategy :
40
40
fail-fast : false
41
41
matrix :
76
76
env :
77
77
CFLAGS : -g3 -O0
78
78
run : |
79
- ./configure --enable-shared
79
+ ./configure --enable-shared --with-fpectl
80
80
make -j4
81
81
- name : Check for changes in the ABI
82
82
if : matrix.task == 'abi'
Original file line number Diff line number Diff line change @@ -17,10 +17,13 @@ jobs:
17
17
build_doc :
18
18
name : ' Docs'
19
19
runs-on : ubuntu-latest
20
+ container :
21
+ image : opensuse/leap:15.6
20
22
steps :
21
- - uses : actions/checkout@v2
23
+ - uses : actions/checkout@v4
22
24
- name : ' Install Dependencies'
23
- run : sudo ./.github/workflows/posix-deps-zypp.sh && sudo apt-get install wamerican
25
+ run : sudo ./.github/workflows/posix-deps-zypp.sh
26
+ # sudo apt-get install wamerican
24
27
- name : ' Configure CPython'
25
28
run : ./configure --with-pydebug
26
29
- name : ' Build CPython'
30
33
- name : ' Build documentation'
31
34
run : xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W -j4" suspicious html
32
35
- name : ' Upload'
33
- uses : actions/upload-artifact@v1
36
+ uses : actions/upload-artifact@v4
34
37
with :
35
38
name : doc-html
36
39
path : Doc/build/html
You can’t perform that action at this time.
0 commit comments