-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4639 from taocy001/arm64_buster_build
1. On the ARM architecture, python-j2cli is installed from source code, depends on python-setuptools and python-wheel. 2. On the ARM architecture, install python-cryptography from source code(from azure-storage==0.36.0) depends on libffi-dev and libssl-dev. 3. install crossbuild in buster slave for arm arch kernel compile. 4. Versions before 18.09 do not install docker-ce-cli. 5. umount /proc after dockerfs. 6. change image apt source list from stretch to buster for arm.
- Loading branch information
Showing
8 changed files
with
42 additions
and
28 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
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
16 changes: 8 additions & 8 deletions
16
files/image_config/apt/sources.list.d/arm64/debian_mirror_arm64.list
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,9 +1,9 @@ | ||
deb [arch=arm64] http://deb.debian.org/debian stretch main contrib non-free | ||
deb-src [arch=arm64] http://deb.debian.org/debian stretch main contrib non-free | ||
deb [arch=arm64] http://deb.debian.org/debian stretch-updates main contrib non-free | ||
deb-src [arch=arm64] http://deb.debian.org/debian stretch-updates main contrib non-free | ||
deb [arch=arm64] http://security.debian.org stretch/updates main contrib non-free | ||
deb-src [arch=arm64] http://security.debian.org stretch/updates main contrib non-free | ||
deb [arch=arm64] https://download.docker.com/linux/debian stretch stable | ||
deb [arch=arm64] http://ftp.debian.org/debian stretch-backports main | ||
deb [arch=arm64] http://deb.debian.org/debian buster main contrib non-free | ||
deb-src [arch=arm64] http://deb.debian.org/debian buster main contrib non-free | ||
deb [arch=arm64] http://deb.debian.org/debian buster-updates main contrib non-free | ||
deb-src [arch=arm64] http://deb.debian.org/debian buster-updates main contrib non-free | ||
deb [arch=arm64] http://security.debian.org buster/updates main contrib non-free | ||
deb-src [arch=arm64] http://security.debian.org buster/updates main contrib non-free | ||
deb [arch=arm64] https://download.docker.com/linux/debian buster stable | ||
deb [arch=arm64] http://ftp.debian.org/debian buster-backports main | ||
|
16 changes: 8 additions & 8 deletions
16
files/image_config/apt/sources.list.d/armhf/debian_mirror_armhf.list
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,9 +1,9 @@ | ||
deb [arch=armhf] http://deb.debian.org/debian stretch main contrib non-free | ||
deb-src [arch=armhf] http://deb.debian.org/debian stretch main contrib non-free | ||
deb [arch=armhf] http://deb.debian.org/debian stretch-updates main contrib non-free | ||
deb-src [arch=armhf] http://deb.debian.org/debian stretch-updates main contrib non-free | ||
deb [arch=armhf] http://security.debian.org stretch/updates main contrib non-free | ||
deb-src [arch=armhf] http://security.debian.org stretch/updates main contrib non-free | ||
deb [arch=armhf] https://download.docker.com/linux/debian stretch stable | ||
deb [arch=armhf] http://ftp.debian.org/debian stretch-backports main | ||
deb [arch=armhf] http://deb.debian.org/debian buster main contrib non-free | ||
deb-src [arch=armhf] http://deb.debian.org/debian buster main contrib non-free | ||
deb [arch=armhf] http://deb.debian.org/debian buster-updates main contrib non-free | ||
deb-src [arch=armhf] http://deb.debian.org/debian buster-updates main contrib non-free | ||
deb [arch=armhf] http://security.debian.org buster/updates main contrib non-free | ||
deb-src [arch=armhf] http://security.debian.org buster/updates main contrib non-free | ||
deb [arch=armhf] https://download.docker.com/linux/debian buster stable | ||
deb [arch=armhf] http://ftp.debian.org/debian buster-backports main | ||
|
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