Skip to content
Snippets Groups Projects
Commit 200ed857 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Upgrade to v0.13.1

parent aefb83c4
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,9 @@ RUN apk add --no-cache \ ...@@ -21,7 +21,9 @@ RUN apk add --no-cache \
RUN mkdir /quassel && \ RUN mkdir /quassel && \
cd /quassel/ && \ cd /quassel/ && \
git clone -b identd-listen-all --single-branch https://github.com/justjanne/quassel src git clone -b 0.13 --single-branch https://github.com/quassel/quassel src && \
cd /quassel/src/ && \
git checkout 0.13.1
RUN mkdir /quassel/build && \ RUN mkdir /quassel/build && \
cd /quassel/build && \ cd /quassel/build && \
CXXFLAGS="-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fPIE -pie -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now" cmake \ CXXFLAGS="-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fPIE -pie -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now" cmake \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment