Skip to content
Snippets Groups Projects

Devel

Merged Magnus Svensson requested to merge devel into test
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
2
@@ -4,12 +4,18 @@ run_as_broker=$(cat <<'EOF'
cd
# To make sure we have a decent GCC in our path.
source /opt/rh/devtoolset-7/enable
# Use a newer Boost.
export LIBRARY_PATH=/usr/lib64/boost169
export CPATH=/usr/include/boost169
cd src/auth
make clean
make
make -j4
cd
mkdir -p bin/
rm -f bin/auth
cp src/auth/auth bin/
EOF
)
@@ -18,5 +24,5 @@ EOF
sudo --user auth --group auth --set-home -- bash -c "$run_as_broker"
# Then, we can restart the services.
systemctl service restart aes_auth.service
systemctl restart aes_auth.service
Loading