This repository was archived by the owner on Jan 25, 2023. It is now read-only.
File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,22 @@ RUN wget https://github.com/jgm/pandoc/releases/download/$PANDOC_VERSION/pandoc-
213
213
214
214
RUN adduser --system --disabled-password --uid 2500 --group --quiet buildbot --home /opt/buildhome
215
215
216
+
217
+ # ###############################################################################
218
+ #
219
+ # ASDF Version Manager
220
+ # https://asdf-vm.com/
221
+ #
222
+ # ###############################################################################
223
+
224
+ USER buildbot
225
+
226
+ RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.2 && \
227
+ /bin/bash -c ". $HOME/.asdf/asdf.sh"
228
+
229
+ ENV PATH "$PATH:/opt/buildhome/.asdf/bin"
230
+
231
+
216
232
# ###############################################################################
217
233
#
218
234
# Ruby
Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ fileExistenceTests:
35
35
gid : 2500 # buildbot
36
36
37
37
commandTests :
38
+ - name : " Asdf Version Manager"
39
+ command : " asdf"
40
+ args : ["--version"]
41
+ expectedOutput : ["v0.10.2-7e7a1fa"]
42
+
38
43
- name : " zstd compression library"
39
44
command : " zstd"
40
45
args : ["--version"]
You can’t perform that action at this time.
0 commit comments