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

Sync build dependencies in readme and CI

parent ac018bec
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ build: ...@@ -6,7 +6,7 @@ build:
image: rust:bullseye image: rust:bullseye
before_script: before_script:
- apt-get -y update - apt-get -y update
- apt-get -y install libpam0g-dev - apt-get -y install libjq-dev libonig-dev libpam0g-dev
script: script:
- cargo build --release - cargo build --release
- strip target/release/libnss_pam_oidc.so - strip target/release/libnss_pam_oidc.so
......
...@@ -112,11 +112,11 @@ from the API up to date. It handles the following data: ...@@ -112,11 +112,11 @@ from the API up to date. It handles the following data:
### Building from source ### Building from source
To build from source, development headers for `libjq` and `libonig` are To build from source, development headers for PAM, `libjq` and `libonig` are
required. On Debian, install them with: required. On Debian, install them with:
```shell ```shell
sudo apt install libjq-dev libonig-dev sudo apt install libjq-dev libonig-dev libpam0g-dev
``` ```
## Credits ## Credits
......
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