Skip to content

Commit

Permalink
osx: bump libcbor, pin libfido2
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Oct 11, 2023
1 parent 7ae4196 commit 6faeff4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build-aux/ci/build-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ BUILDROOT="$(git rev-parse --show-toplevel)"

pushd "/tmp" &>/dev/null
# Build and install libcbor
git clone https://github.com/pjk/libcbor
git clone -b v0.10.2 https://github.com/pjk/libcbor
pushd "/tmp/libcbor" &>/dev/null
git checkout v0.5.0
cmake -Bbuild -H.
cmake --build build -- --jobs=2 VERBOSE=1
sudo make -j $(sysctl -n hw.logicalcpu) -C build install
popd &>/dev/null

# Build and install libfido2
export PKG_CONFIG_PATH=/usr/local/opt/[email protected]/lib/pkgconfig
git clone https://github.com/Yubico/libfido2
git clone -b 1.13.0 https://github.com/Yubico/libfido2
pushd "/tmp/libfido2" &>/dev/null
cmake -Bbuild -H.
cmake --build build -- --jobs=2 VERBOSE=1
Expand Down

0 comments on commit 6faeff4

Please sign in to comment.