pidgin/builders

Add an alpine-edge-amd64 builder

10 months ago, Gary Kramlich
1feea09e73e0
Parents 4f5742e4a9ea
Children 15d080bccf20
Add an alpine-edge-amd64 builder
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Dockerfile.alpine-edge-amd64 Wed Jun 21 04:36:05 2023 -0500
@@ -0,0 +1,49 @@
+FROM docker.io/alpine:edge
+
+ENV TARGET=alpine-edge-amd64
+
+RUN set -ex && \
+ apk add --no-cache \
+ ca-certificates \
+ cmake \
+ cmark-dev \
+ g++ \
+ gcc \
+ gettext \
+ git \
+ glib-dev \
+ gobject-introspection-dev \
+ gst-plugins-base-dev \
+ gstreamer-dev \
+ gtk4.0-dev \
+ gumbo-parser-dev \
+ help2man \
+ json-glib-dev \
+ kwallet-dev \
+ libadwaita-dev \
+ libc-dev \
+ libcanberra-dev \
+ libidn-dev \
+ libsecret-dev \
+ libsoup3-dev \
+ lua5.3-dev \
+ lua5.3-lgi \
+ mercurial \
+ meson \
+ ninja \
+ py-gobject3-dev \
+ py3-gobject3 \
+ py3-jinja2 \
+ py3-markdown \
+ py3-pip \
+ py3-pygments \
+ py3-toml \
+ py3-typogrify \
+ python3 \
+ python3-dev \
+ vala
+
+COPY build-subproject.sh /usr/local/bin/build.sh
+
+CMD ["build.sh"]
+
--- a/convey.yml Wed May 31 00:52:35 2023 -0500
+++ b/convey.yml Wed Jun 21 04:36:05 2023 -0500
@@ -37,6 +37,11 @@
images: ${REGISTRY}/${REPO}:${TARGET}
plans:
+ alpine-edge-amd64:
+ environment: TARGET=alpine-edge-amd64
+ stages:
+ - tasks: [import, build]
+
build:
stages:
- tasks: [import, build]
@@ -81,6 +86,7 @@
conveyci:
concurrent: true
plans:
+ - alpine-edge-amd64
- clang
- debian-bookworm-amd64
- fedora-38-amd64