55
55
jobs :
56
56
builder-docs_root :
57
57
name : Docs Root Deployer
58
- runs-on : ubuntu-18 .04
58
+ runs-on : ubuntu-20 .04
59
59
steps :
60
60
- uses : actions/checkout@v2
61
61
- name : before_install
69
69
if : success()
70
70
- name : install
71
71
run : |
72
- sudo apt-get -y install -qq ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet
72
+ sudo apt-get -y install -qq ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet
73
73
sudo /usr/sbin/update-ccache-symlinks
74
74
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
75
75
source ~/.bashrc && echo $PATH
88
88
89
89
builder-docs_base :
90
90
name : Docs Base Deployer
91
- runs-on : ubuntu-18 .04
91
+ runs-on : ubuntu-20 .04
92
92
steps :
93
93
- uses : actions/checkout@v2
94
94
- name : before_install
@@ -102,7 +102,7 @@ jobs:
102
102
if : success()
103
103
- name : install
104
104
run : |
105
- sudo apt-get -y install -qq ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet
105
+ sudo apt-get -y install -qq ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet
106
106
sudo /usr/sbin/update-ccache-symlinks
107
107
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
108
108
source ~/.bashrc && echo $PATH
@@ -143,7 +143,7 @@ jobs:
143
143
144
144
builder-docs_main :
145
145
name : Docs Main Deployer
146
- runs-on : ubuntu-18 .04
146
+ runs-on : ubuntu-20 .04
147
147
steps :
148
148
- uses : actions/checkout@v2
149
149
- name : before_install
@@ -157,7 +157,7 @@ jobs:
157
157
if : success()
158
158
- name : install
159
159
run : |
160
- sudo apt-get -y install -qq ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet
160
+ sudo apt-get -y install -qq ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet
161
161
sudo /usr/sbin/update-ccache-symlinks
162
162
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
163
163
source ~/.bashrc && echo $PATH
@@ -180,11 +180,11 @@ jobs:
180
180
bash utils/SF_docs_deployer -t "cross" -f "main" -o "bullseye"
181
181
shell : bash
182
182
if : success()
183
- - name : move_deploy_cross_stretch
183
+ - name : move_deploy_cross_bookworm
184
184
run : |
185
185
mkdir -p $HOME/main
186
- cp docs/cross-gcc-stretch .md $HOME/main/README.md
187
- bash utils/SF_docs_deployer -t "cross" -f "main" -o "stretch "
186
+ cp docs/cross-gcc-bookworm .md $HOME/main/README.md
187
+ bash utils/SF_docs_deployer -t "cross" -f "main" -o "bookworm "
188
188
shell : bash
189
189
if : success()
190
190
- name : move_deploy_native_buster
@@ -201,11 +201,11 @@ jobs:
201
201
bash utils/SF_docs_deployer -t "native" -f "main" -o "bullseye"
202
202
shell : bash
203
203
if : success()
204
- - name : move_deploy_native_stretch
204
+ - name : move_deploy_native_bookworm
205
205
run : |
206
206
mkdir -p $HOME/main
207
- cp docs/native-gcc-stretch .md $HOME/main/README.md
208
- bash utils/SF_docs_deployer -t "native" -f "main" -o "stretch "
207
+ cp docs/native-gcc-bookworm .md $HOME/main/README.md
208
+ bash utils/SF_docs_deployer -t "native" -f "main" -o "bookworm "
209
209
shell : bash
210
210
if : success()
211
211
- name : move_deploy_cross_64_buster
@@ -222,11 +222,11 @@ jobs:
222
222
bash utils/SF_docs_deployer -t "cross_64" -f "main" -o "bullseye"
223
223
shell : bash
224
224
if : success()
225
- - name : move_deploy_cross_64_stretch
225
+ - name : move_deploy_cross_64_bookworm
226
226
run : |
227
227
mkdir -p $HOME/main
228
- cp docs/cross-gcc64-stretch .md $HOME/main/README.md
229
- bash utils/SF_docs_deployer -t "cross_64" -f "main" -o "stretch "
228
+ cp docs/cross-gcc64-bookworm .md $HOME/main/README.md
229
+ bash utils/SF_docs_deployer -t "cross_64" -f "main" -o "bookworm "
230
230
shell : bash
231
231
if : success()
232
232
- name : move_deploy_native_64_buster
@@ -243,18 +243,18 @@ jobs:
243
243
bash utils/SF_docs_deployer -t "native_64" -f "main" -o "bullseye"
244
244
shell : bash
245
245
if : success()
246
- - name : move_deploy_native_64_stretch
246
+ - name : move_deploy_native_64_bookworm
247
247
run : |
248
248
mkdir -p $HOME/main
249
- cp docs/native-gcc64-stretch .md $HOME/main/README.md
250
- bash utils/SF_docs_deployer -t "native_64" -f "main" -o "stretch "
249
+ cp docs/native-gcc64-bookworm .md $HOME/main/README.md
250
+ bash utils/SF_docs_deployer -t "native_64" -f "main" -o "bookworm "
251
251
shell : bash
252
252
if : success()
253
253
254
254
255
255
builder-docs_experimental :
256
256
name : Docs Root Deployer
257
- runs-on : ubuntu-18 .04
257
+ runs-on : ubuntu-20 .04
258
258
steps :
259
259
- uses : actions/checkout@v2
260
260
- name : before_install
@@ -268,7 +268,7 @@ jobs:
268
268
if : success()
269
269
- name : install
270
270
run : |
271
- sudo apt-get -y install -qq ccache autoconf automake build-essential libssh2-1-dev openssl libcurl3 unzip wget figlet
271
+ sudo apt-get -y install -qq ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet
272
272
sudo /usr/sbin/update-ccache-symlinks
273
273
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
274
274
source ~/.bashrc && echo $PATH
0 commit comments