Skip to content

Commit

Permalink
Fixed GLIBC incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDeBruijn committed Dec 6, 2021
1 parent 713cf2c commit 039fd98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 280 deletions.
276 changes: 0 additions & 276 deletions .github/workflows/release.yml

This file was deleted.

6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUST_SOURCE_FILES := $(shell find lib/src -type f)
# Release - Linux x86_64 Xenial
lib/target/x86_64-unknown-linux-gnu/release/libskinfixer.so: ${RUST_SOURCE_FILES}
mkdir -p lib/target/x86_64-unknown-linux-gnu/release
docker run -v "${CURDIR}/lib/:/code/" docker-registry.k8s.array21.dev/rust-amd64-centos7 release
docker run -v "${CURDIR}/lib/:/code/" docker-registry.k8s.array21.dev/rust-amd64-xenial release

# Release - Linux aarch64
lib/target/aarch64-unknown-linux-gnu/release/libskinfixer.so: ${RUST_SOURCE_FILES}
Expand Down Expand Up @@ -34,7 +34,7 @@ lib/target/x86_64-apple-darwin/release/libskinfixer.dylib: ${RUST_SOURCE_FILES}

# Debug - Linux x86_64
lib/target/x86_64-unknown-linux-gnu/debug/libskinfixer.so: ${RUST_SOURCE_FILES}
docker run -v "${CURDIR}/lib/:/code/" docker-registry.k8s.array21.dev/rust-amd64-centos7
docker run -v "${CURDIR}/lib/:/code/" docker-registry.k8s.array21.dev/rust-amd64-xenial

# Debug - Linux aarch64
lib/target/aarch64-unknown-linux-gnu/debug/libskinfixer.so: ${RUST_SOURCE_FILES}
Expand Down Expand Up @@ -66,4 +66,4 @@ releasejar: lib/target/x86_64-unknown-linux-gnu/release/libskinfixer.so lib/targ
./gradlew releasejar

clean:
sudo rm -rf build lib/target
sudo rm -rf build lib/target
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pluginVersion = 1.7.3
pluginVersion = 1.7.4

0 comments on commit 039fd98

Please sign in to comment.