-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* manylinux build fix * replace source location * aliyun source list instead * fix typo of source list file name
- Loading branch information
Showing
27 changed files
with
771 additions
and
543 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
deb http://mirrors.cloud.aliyuncs.com/ubuntu/ jammy main restricted | ||
deb-src http://mirrors.cloud.aliyuncs.com/ubuntu/ jammy main restricted | ||
deb http://mirrors.cloud.aliyuncs.com/ubuntu/ jammy-updates main restricted | ||
deb-src http://mirrors.cloud.aliyuncs.com/ubuntu/ jammy-updates main restricted | ||
deb http://mirrors.cloud.aliyuncs.com/ubuntu/ jammy universe | ||
deb-src http://mirrors.cloud.aliyuncs.com/ubuntu/ jammy universe | ||
deb http://mirrors.cloud.aliyuncs.com/ubuntu/ jammy-updates universe | ||
deb-src http://mirrors.cloud.aliyuncs.com/ubuntu/ jammy-updates universe | ||
deb http://mirrors.cloud.aliyuncs.com/ubuntu/ jammy multiverse | ||
deb-src http://mirrors.cloud.aliyuncs.com/ubuntu/ jammy multiverse | ||
deb http://mirrors.cloud.aliyuncs.com/ubuntu/ jammy-updates multiverse | ||
deb-src http://mirrors.cloud.aliyuncs.com/ubuntu/ jammy-updates multiverse | ||
deb http://mirrors.cloud.aliyuncs.com/ubuntu/ jammy-backports main restricted universe multiverse | ||
deb-src http://mirrors.cloud.aliyuncs.com/ubuntu/ jammy-backports main restricted universe multiverse | ||
deb http://mirrors.cloud.aliyuncs.com/ubuntu jammy-security main restricted | ||
deb-src http://mirrors.cloud.aliyuncs.com/ubuntu jammy-security main restricted | ||
deb http://mirrors.cloud.aliyuncs.com/ubuntu jammy-security universe | ||
deb-src http://mirrors.cloud.aliyuncs.com/ubuntu jammy-security universe | ||
deb http://mirrors.cloud.aliyuncs.com/ubuntu jammy-security multiverse | ||
deb-src http://mirrors.cloud.aliyuncs.com/ubuntu jammy-security multiverse |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse | ||
# deb-src http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse | ||
|
||
deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse | ||
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse | ||
|
||
deb http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse | ||
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse | ||
|
||
deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse | ||
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse | ||
|
||
deb http://archive.canonical.com/ubuntu/ jammy partner | ||
# deb-src http://archive.canonical.com/ubuntu/ jammy partner |
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
Oops, something went wrong.