rip out libc6 update and keep stock installed deb

pull/40/head
thelamer 2020-04-17 18:16:58 -07:00
rodzic c791b765f3
commit 07d1c2e71b
5 zmienionych plików z 2 dodań i 6 usunięć

Wyświetl plik

@ -85,7 +85,6 @@ RUN \
apt-get install -y \ apt-get install -y \
curl \ curl \
gnupg \ gnupg \
libc6 \
tzdata && \ tzdata && \
echo "**** generate locale ****" && \ echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \ locale-gen en_US.UTF-8 && \

Wyświetl plik

@ -85,7 +85,6 @@ RUN \
apt-get install -y \ apt-get install -y \
curl \ curl \
gnupg \ gnupg \
libc6 \
tzdata && \ tzdata && \
echo "**** generate locale ****" && \ echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \ locale-gen en_US.UTF-8 && \

Wyświetl plik

@ -85,7 +85,6 @@ RUN \
apt-get install -y \ apt-get install -y \
curl \ curl \
gnupg \ gnupg \
libc6 \
tzdata && \ tzdata && \
echo "**** generate locale ****" && \ echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \ locale-gen en_US.UTF-8 && \

4
Jenkinsfile vendored
Wyświetl plik

@ -327,7 +327,7 @@ pipeline {
} }
stage('Build ARMHF') { stage('Build ARMHF') {
agent { agent {
label 'X86-64-MULTI' label 'ARMHF'
} }
steps { steps {
withCredentials([ withCredentials([
@ -354,7 +354,7 @@ pipeline {
} }
stage('Build ARM64') { stage('Build ARM64') {
agent { agent {
label 'X86-64-MULTI' label 'ARM64'
} }
steps { steps {
withCredentials([ withCredentials([

Wyświetl plik

@ -6,7 +6,6 @@ external_type: os
release_type: prerelease release_type: prerelease
release_tag: focal release_tag: focal
ls_branch: focal ls_branch: focal
use_qemu: true
repo_vars: repo_vars:
- BUILD_VERSION_ARG = 'OS' - BUILD_VERSION_ARG = 'OS'
- LS_USER = 'linuxserver' - LS_USER = 'linuxserver'