@@ -5,6 +5,7 @@ on: [push, pull_request]
5
5
env :
6
6
CT_ALLOW_BUILD_AS_ROOT_SURE : 1
7
7
DEBIAN_FRONTEND : noninteractive
8
+ FORCE_UNSAFE_CONFIGURE : 1
8
9
9
10
jobs :
10
11
debian_12 :
15
16
container :
16
17
image : debian:12
17
18
steps :
18
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
19
20
- name : Set up cache
20
- uses : actions/cache@v3
21
+ uses : actions/cache@v4
21
22
with :
22
23
path : |
23
24
~/mod-workdir/download
41
42
container :
42
43
image : debian:11
43
44
steps :
44
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
45
46
- name : Set up cache
46
- uses : actions/cache@v3
47
+ uses : actions/cache@v4
47
48
with :
48
49
path : |
49
50
~/mod-workdir/download
@@ -59,21 +60,22 @@ jobs:
59
60
sed -i 's/CT_LOG_PROGRESS_BAR=y/CT_LOG_PROGRESS_BAR=n/' toolchain/*.config
60
61
./bootstrap.sh ${{ matrix.platform }} minimal
61
62
62
- ubuntu_23_10 :
63
+ ubuntu_24_04 :
63
64
strategy :
64
65
matrix :
65
- platform : [modduo, modduo-new, modduo-static, modduox, modduox-static, modduox-new, moddwarf, moddwarf-new, generic-aarch64, generic-x86_64]
66
+ # platform: [modduo, modduo-new, modduo-static, modduox, modduox-static, modduox-new, moddwarf, moddwarf-new, generic-aarch64, generic-x86_64]
67
+ platform : [modduo-new, modduox-new, moddwarf-new, generic-aarch64, generic-x86_64]
66
68
runs-on : ubuntu-latest
67
69
container :
68
- image : ubuntu:23.10
70
+ image : ubuntu:24.04
69
71
steps :
70
- - uses : actions/checkout@v3
72
+ - uses : actions/checkout@v4
71
73
- name : Set up cache
72
- uses : actions/cache@v3
74
+ uses : actions/cache@v4
73
75
with :
74
76
path : |
75
77
~/mod-workdir/download
76
- key : download-ubuntu_23_10 -${{ matrix.platform }}
78
+ key : download-ubuntu_24_04 -${{ matrix.platform }}
77
79
- name : Install dependencies
78
80
run : |
79
81
apt-get update -qq && apt-get install -yqq \
93
95
container :
94
96
image : ubuntu:22.04
95
97
steps :
96
- - uses : actions/checkout@v3
98
+ - uses : actions/checkout@v4
97
99
- name : Set up cache
98
- uses : actions/cache@v3
100
+ uses : actions/cache@v4
99
101
with :
100
102
path : |
101
103
~/mod-workdir/download
@@ -119,9 +121,9 @@ jobs:
119
121
container :
120
122
image : ubuntu:20.04
121
123
steps :
122
- - uses : actions/checkout@v3
124
+ - uses : actions/checkout@v4
123
125
- name : Set up cache
124
- uses : actions/cache@v3
126
+ uses : actions/cache@v4
125
127
with :
126
128
path : |
127
129
~/mod-workdir/download
0 commit comments