Skip to content

Commit

Permalink
aix: back to libfmt-8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Nov 16, 2023
1 parent 8638294 commit f135b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/aix-build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -xeuv
build_deps() {
# MDEV-32815 - awaiting for 10.1.1+ bump.
# manually remove install directory when changeing version
# v=9.1.0,9.0.0 - fails to build
v=8.1.1
# v=9.1.0,9.0.0,8.1.1 - fails to build
v=8.0.1
wget https://github.com/fmtlib/fmt/archive/refs/tags/${v}.tar.gz -O - | tar -zxf -
rm -rf build-fmt
mkdir -p build-fmt
Expand Down

0 comments on commit f135b41

Please sign in to comment.