Gitlab CI - SETUID for autoauth
authorJohn Hodge <[email protected]>
Mon, 11 Oct 2021 12:55:21 +0000 (20:55 +0800)
committerJohn Hodge <[email protected]>
Mon, 11 Oct 2021 13:01:38 +0000 (21:01 +0800)
.gitlab-ci.yml

index 72fc89a..6f6de61 100644 (file)
@@ -27,7 +27,9 @@ test:
   stage: test
   before_script:
     # Install the -dev versions to avoid needing to find the actual library names
-    - apt update && apt -y install libncurses-dev libmodbus-dev libsqlite3-dev libident netcat sqlite3 oidentd
+    - apt update && apt -y install libncurses-dev libmodbus-dev libsqlite3-dev libident netcat sqlite3
     - useradd testuser && chown -R testuser .
+    # SETUID on the client, so it can use AUTOAUTH (ident doesn't work on the container)
+    - chmod u+s dispense
   script:
     - cd tests && su -c './TEST_basic.sh' testuser

UCC git Repository :: git.ucc.asn.au