Skip to content

Commit

Permalink
Extend dependencies for Alpine CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed May 13, 2023
1 parent e847d43 commit 70e961a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .azure/Dockerfile.azure-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ RUN apk add --no-cache --virtual .pipeline-deps readline linux-pam \
&& apk add \
cmake make \
glib-dev \
dbus-dev \
ladspa-dev \
libsndfile-dev \
sdl2-dev \
nodejs-current \
gcc g++ \
pkgconf \
Expand Down
2 changes: 1 addition & 1 deletion .azure/azure-pipelines-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ stages:
gentoo-flags:
CFLAGS: '-pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -D_POSIX_C_SOURCE=199506L'
CXXFLAGS: '-pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0'
CMFLAGS: '-Denable-profiling=yes -Denable-pulseaudio=no -Denable-pipewire=no -Denable-readline=yes -Denable-systemd=no -Denable-threads=no -Denable-trap-on-fpe=yes -Denable-ubsan=OFF'
CMFLAGS: '-Denable-profiling=yes -Denable-readline=yes -Denable-systemd=no -Denable-threads=no -Denable-trap-on-fpe=yes -Denable-ubsan=OFF'
strncasecmp-flags:
CFLAGS: '-D_POSIX_C_SOURCE=199506L -DNCURSES_WIDECHAR'
CMFLAGS: '-Denable-floats=1 -Denable-benchmark=1'
Expand Down

0 comments on commit 70e961a

Please sign in to comment.