Skip to content
Snippets Groups Projects
Verified Commit 75ae0d43 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] Set JQ_LIB_DIR

parent c576ee52
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,9 @@ build: ...@@ -6,9 +6,9 @@ build:
image: rust:bullseye image: rust:bullseye
before_script: before_script:
- apt-get -y update - apt-get -y update
- apt-get -y install libjq-dev libonig-dev libpam0g-dev - apt-get -y install gcc libjq-dev libonig-dev libpam0g-dev
script: script:
- cargo build --release - JQ_LIB_DIR=/usr/lib/$(gcc -dumpmachine) cargo build --release
- strip target/release/libnss_pam_webapi.so - strip target/release/libnss_pam_webapi.so
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment