Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

[DMN] Test gateway-rs #1830

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG EXTRA_BUILD_APK_PACKAGES
RUN apk add --no-cache --update \
autoconf automake bison build-base bzip2 cmake curl \
dbus-dev flex git gmp-dev libsodium-dev libtool linux-headers lz4 \
openssl-dev pkgconfig protoc sed tar wget \
openssl-dev pkgconfig protoc sed tar wget gcompat \
${EXTRA_BUILD_APK_PACKAGES}

# Install Rust toolchain
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif

GRPC_SERVICES_DIR=src/grpc/autogen

GATEWAY_RS_VSN ?= "v1.0.0-alpha.31"
GATEWAY_RS_VSN ?= "bcf061b07fe6802b9c2a8def026917b83d6662b8"
GWMP_MUX_VSN ?= "v0.9.4"

all: compile
Expand Down