Skip to content

Commit

Permalink
Revert "Patch for mysqlclient-sys"
Browse files Browse the repository at this point in the history
This reverts commit 814696a.
  • Loading branch information
mreid-tt committed Aug 3, 2024
1 parent 814696a commit 6f98ba1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cross/diesel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ LICENSE = MIT
# build the cli tool for mysql
RUST_SRC_DIR = $(WORK_DIR)/$(PKG_DIR)/diesel_cli
CARGO_BUILD_ARGS += --no-default-features
# patch based on https://github.com/diesel-rs/diesel/issues/4056
CARGO_BUILD_ARGS += --features=mysql,mysqlclient-sys/buildtime_bindgen
CARGO_BUILD_ARGS += --features=mysql

# we support MariaDB 10 only
# we must define the mysql db socket, since the rust binaries (mysqlclient-sys)
Expand Down

0 comments on commit 6f98ba1

Please sign in to comment.