Skip to content

Commit

Permalink
ci build alpine: add workaround for msgpack-c to resolve relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
otegami committed Jun 21, 2024
1 parent c214c44 commit 2d4bb0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions alpine/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ make -j$(nproc)
make install
cd -

# TODO: Remove this workaround after the new msgpack is released.
# Workaround for msgpack-c to resolve an issue where a prefix path is not reflected.
sed -i.bak \
-E \
-e 's,^(include|lib)dir=,\1dir=${prefix}/,g' \
/usr/lib/pkgconfig/msgpack-c.pc

wget https://packages.groonga.org/source/groonga/groonga-${GROONGA_VERSION}.tar.gz
tar xf groonga-${GROONGA_VERSION}.tar.gz
cd groonga-${GROONGA_VERSION}
Expand Down

0 comments on commit 2d4bb0c

Please sign in to comment.