remove workaround to patch compiler warnings
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Robert Kaussow 2020-05-04 20:09:38 +02:00
parent e99f3ab16f
commit 25fdff1840
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,5 @@
* ENHANCEMENT
* upgrade to v0.1.2
* INTERNAL
* simplify repo structure and ci
* remove workaround to patch compiler warnings

View File

@ -13,8 +13,7 @@ build: build-src build-bin
.PHONY: build-src
build-src:
mkdir -p $(SRC); \
curl -sSL "https://github.com/ViViDboarder/bitwarden_rs_ldap/archive/$${BUILD_VERSION}.tar.gz" | tar xz -C $(SRC) --strip-components=1; \
grep -rlI 'Box<Error>' $(SRC)/src/ | xargs sed -i 's/Box<Error>/Box<dyn Error>/g'
curl -sSL "https://github.com/ViViDboarder/bitwarden_rs_ldap/archive/$${BUILD_VERSION}.tar.gz" | tar xz -C $(SRC) --strip-components=1
.PHONY: build-bin
build-bin: