ci: Dedup the nix package job with the other distro package jobs.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-10-03 08:03:16 +00:00
parent 5c127b5abd
commit 9253f46c80
2 changed files with 10 additions and 39 deletions

View File

@@ -52,7 +52,7 @@ ARG sys_target
WORKDIR /
COPY --link --from=build-nix . .
WORKDIR /tmp/tuwunel
WORKDIR /opt/tuwunel
ENV TUWUNEL_DATABASE_PATH="/tmp/tuwunel/smoketest.db"
ENV TUWUNEL_LOG="info"
RUN \
@@ -62,8 +62,6 @@ RUN \
<<EOF
set -eux
#TODO: result disappeared after doCheck disabled?
exit 0;
bin/tuwunel \
-Otest='["smoke", "fresh"]' \
-Oserver_name=\"localhost\" \
@@ -86,4 +84,6 @@ RUN \
<<EOF
set -eux
#TODO: extract derivation?
mkdir -p /opt/tuwunel
touch /opt/tuwunel/tuwunel.drv
EOF