2
0

using our debian-build-essential img

This commit is contained in:
2021-04-11 22:28:15 +02:00
parent 4bc36f0841
commit b45ffcf9cb

View File

@@ -30,7 +30,8 @@ spec:
type: git type: git
steps: steps:
- name: setup - name: setup
image: cr.lan/debian-stable-build-essential #image: cr.lan/debian-stable-build-essential
image: docker.io/openjdk/jdk-buster
script: | script: |
#!/usr/bin/env bash #!/usr/bin/env bash
#echo 'deb-src http://apt-cache.lan/deb.debian.org/debian testing main' > /etc/apt/sources.list.d/src-testing.list #echo 'deb-src http://apt-cache.lan/deb.debian.org/debian testing main' > /etc/apt/sources.list.d/src-testing.list
@@ -51,7 +52,8 @@ spec:
python3-distutils python3-setuptools rsync subversion swig time \ python3-distutils python3-setuptools rsync subversion swig time \
xsltproc zlib1g-dev xsltproc zlib1g-dev
- name: openwrt-get - name: openwrt-get
image: cr.lan/debian-stable-build-essential #image: cr.lan/debian-stable-build-essential
image: docker.io/openjdk/jdk-buster
script: | script: |
#!/usr/bin/env bash #!/usr/bin/env bash
if [ ! -d /usr/src/openwrt ]; then if [ ! -d /usr/src/openwrt ]; then
@@ -63,7 +65,8 @@ spec:
git checkout $(params.version) || exit 1 git checkout $(params.version) || exit 1
git pull git pull
- name: build-openwrt - name: build-openwrt
image: cr.lan/debian-stable-build-essential #image: cr.lan/debian-stable-build-essential
image: docker.io/openjdk/jdk-buster
script: | script: |
#!/usr/bin/env bash #!/usr/bin/env bash