File tree Expand file tree Collapse file tree 2 files changed +16
-20
lines changed Expand file tree Collapse file tree 2 files changed +16
-20
lines changed Original file line number Diff line number Diff line change @@ -86,12 +86,10 @@ Runtime configurations are further detailed in [Deploying TruffleRuby](doc/user/
86
86
87
87
TruffleRuby is actively tested on the following systems :
88
88
89
- * Oracle Linux 7
90
- * Ubuntu 18.04 LTS
91
- * Ubuntu 16.04 LTS
92
- * Fedora 28
93
- * macOS 10.14 (Mojave)
94
- * macOS 10.15 (Catalina)
89
+ * Oracle Linux 7, 8
90
+ * Ubuntu 16.04, 18.04, 20.04, 22.04 (all LTS)
91
+ * Fedora 35, 36
92
+ * macOS 10.14 (Mojave), 12 (Monterey)
95
93
96
94
Architectures :
97
95
Original file line number Diff line number Diff line change 33
33
locale : glibc-langpack-en
34
34
<< : *rpm
35
35
36
- fedora28 :
37
- base : fedora:28
36
+ fedora35 :
37
+ base : fedora:35
38
38
install : RUN dnf install -y
39
- locale :
39
+ locale : glibc-langpack-en
40
40
<< : *rpm
41
41
42
42
fedora36 :
43
43
base : fedora:36
44
44
install : RUN dnf install -y
45
45
locale : glibc-langpack-en
46
46
<< : *rpm
47
- openssl : openssl1.1-devel
48
47
49
- fedora34 :
50
- base : fedora:34
51
- install : RUN dnf install -y
52
- locale : glibc-langpack-en
53
- << : *rpm
54
-
55
- ubuntu2004 :
56
- base : ubuntu:20.04
48
+ ubuntu1604 :
49
+ base : ubuntu:16.04
57
50
install : RUN apt-get update && apt-get install -y
58
51
<< : *deb
59
52
@@ -62,8 +55,13 @@ ubuntu1804:
62
55
install : RUN apt-get update && apt-get install -y
63
56
<< : *deb
64
57
65
- ubuntu1604 :
66
- base : ubuntu:16.04
58
+ ubuntu2004 :
59
+ base : ubuntu:20.04
60
+ install : RUN apt-get update && apt-get install -y
61
+ << : *deb
62
+
63
+ ubuntu2204 :
64
+ base : ubuntu:22.04
67
65
install : RUN apt-get update && apt-get install -y
68
66
<< : *deb
69
67
You can’t perform that action at this time.
0 commit comments