You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-5Lines changed: 23 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,18 +70,35 @@ Alternatively, DSS can be built natively, but all dependencies must be installed
70
70
71
71
DSS build and runtime is presently supported on CentOS 7.8.
72
72
73
+
#### Note about CentOS 7 Deprecation
74
+
75
+
[CentOS 7 has reached end-of-life.](https://www.redhat.com/en/topics/linux/centos-linux-eol#:~:text=Hat%20Enterprise%20Linux%3F-,Overview,can%20help%20ease%20your%20migration.)
76
+
77
+
As such, the YUM repositories that enable dependency download on CentOS 7 are no longer available.
78
+
79
+
However, you may work around this situation with the following steps:
80
+
81
+
```bash
82
+
sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
83
+
sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
84
+
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
85
+
```
86
+
87
+
When installing some dependencies, this process may need to be repeated to ensure you have access to the archived dependencies.
88
+
73
89
#### Build package dependencies
74
90
75
91
Install the following packages / modules to build DSS and its external dependencies:
0 commit comments