Skip to content

Commit

Permalink
mysql: move colldump to its own standalone repository (#15166)
Browse files Browse the repository at this point in the history
Signed-off-by: Vicent Marti <[email protected]>
  • Loading branch information
vmg authored Feb 8, 2024
1 parent 574162f commit 67dcba5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 419 deletions.
2 changes: 1 addition & 1 deletion go/mysql/collations/tools/colldump/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN cd /tmp && \
curl -OL https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-${MYSQL_VERSION}.tar.gz && \
tar zxvf mysql-${MYSQL_VERSION}.tar.gz

ADD colldump.cc /tmp/mysql-${MYSQL_VERSION}/strings/colldump.cc
ADD https://gist.githubusercontent.com/vmg/11625faa79574a4d389fb3c04bdd0582/raw/b46389f1d431392cc64d920d4a30306970cff21f/colldump.cc /tmp/mysql-${MYSQL_VERSION}/strings/colldump.cc
RUN echo "MYSQL_ADD_EXECUTABLE(colldump colldump.cc SKIP_INSTALL)\nTARGET_LINK_LIBRARIES(colldump strings)\n" >> /tmp/mysql-${MYSQL_VERSION}/strings/CMakeLists.txt

RUN cd /tmp/mysql-${MYSQL_VERSION} && \
Expand Down
Loading

0 comments on commit 67dcba5

Please sign in to comment.