-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Failed to install ROCm-dev on Ubuntu jammy, rolling back
- Loading branch information
1 parent
40fcaf0
commit 2b6e329
Showing
3 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 | ||
deb https://mirrors.bfsu.edu.cn/ubuntu/ jammy main restricted universe multiverse | ||
# deb-src https://mirrors.bfsu.edu.cn/ubuntu/ jammy main restricted universe multiverse | ||
deb https://mirrors.bfsu.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse | ||
# deb-src https://mirrors.bfsu.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse | ||
deb https://mirrors.bfsu.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse | ||
# deb-src https://mirrors.bfsu.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse | ||
deb https://mirrors.bfsu.edu.cn/ubuntu/ focal main restricted universe multiverse | ||
# deb-src https://mirrors.bfsu.edu.cn/ubuntu/ focal main restricted universe multiverse | ||
deb https://mirrors.bfsu.edu.cn/ubuntu/ focal-updates main restricted universe multiverse | ||
# deb-src https://mirrors.bfsu.edu.cn/ubuntu/ focal-updates main restricted universe multiverse | ||
deb https://mirrors.bfsu.edu.cn/ubuntu/ focal-backports main restricted universe multiverse | ||
# deb-src https://mirrors.bfsu.edu.cn/ubuntu/ focal-backports main restricted universe multiverse | ||
|
||
deb http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse | ||
# deb-src http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse | ||
deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse | ||
# deb-src http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse | ||
|
||
# 预发布软件源,不建议启用 | ||
# deb https://mirrors.bfsu.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse | ||
# # deb-src https://mirrors.bfsu.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse | ||
# deb https://mirrors.bfsu.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse | ||
# # deb-src https://mirrors.bfsu.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse |