Skip to content

Commit

Permalink
fixup! Add Ubuntu Trusty MySQL 5.5 PIC library with Embedded server f…
Browse files Browse the repository at this point in the history
…or testing to Github Actions CI
  • Loading branch information
choroba committed Jan 12, 2025
1 parent 60f68da commit aece417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ jobs:
sed 's/-L\$pkglibdir *-lmysqld/-L\/usr\/lib\/mysql -lmysqld_pic -lpthread_yield /' `which mysql_config_pic` > "$HOME/mysql_config_pic"
chmod +x $HOME/mysql_config_pic
fi
if [ "${{ matrix.server-version }}" = "system-pic" ]; then
if [ "${{ matrix.client-version }}" = "system-pic" ] || [ "${{ matrix.server-version }}" = "system-pic" ]; then
wget --progress=bar:force http://archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb -O /tmp/mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb
dpkg -x /tmp/mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb $HOME/mysql-server-core-5.5
mkdir -p "$HOME/datadir"
Expand Down

0 comments on commit aece417

Please sign in to comment.