Browse Source
Revert rustup minimal profile, rustup can't be updated
pull/690/head
Daniel García
5 years ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
12 changed files with
0 additions and
24 deletions
-
docker/aarch64/mysql/Dockerfile
-
docker/aarch64/sqlite/Dockerfile
-
docker/amd64/mysql/Dockerfile
-
docker/amd64/mysql/Dockerfile.alpine
-
docker/amd64/postgresql/Dockerfile
-
docker/amd64/postgresql/Dockerfile.alpine
-
docker/amd64/sqlite/Dockerfile
-
docker/amd64/sqlite/Dockerfile.alpine
-
docker/armv6/mysql/Dockerfile
-
docker/armv6/sqlite/Dockerfile
-
docker/armv7/mysql/Dockerfile
-
docker/armv7/sqlite/Dockerfile
|
|
@ -62,8 +62,6 @@ ENV OPENSSL_LIB_DIR="/usr/lib/aarch64-linux-gnu" |
|
|
|
COPY . . |
|
|
|
|
|
|
|
# Build |
|
|
|
RUN rustup self update |
|
|
|
RUN rustup set profile minimal |
|
|
|
RUN rustup target add aarch64-unknown-linux-gnu |
|
|
|
RUN cargo build --features ${DB} --release --target=aarch64-unknown-linux-gnu -v |
|
|
|
|
|
|
|
|
|
@ -62,8 +62,6 @@ ENV OPENSSL_LIB_DIR="/usr/lib/aarch64-linux-gnu" |
|
|
|
COPY . . |
|
|
|
|
|
|
|
# Build |
|
|
|
RUN rustup self update |
|
|
|
RUN rustup set profile minimal |
|
|
|
RUN rustup target add aarch64-unknown-linux-gnu |
|
|
|
RUN cargo build --features ${DB} --release --target=aarch64-unknown-linux-gnu -v |
|
|
|
|
|
|
|
|
|
@ -41,8 +41,6 @@ RUN apt-get update && apt-get install -y \ |
|
|
|
&& rm -rf /var/lib/apt/lists/* |
|
|
|
|
|
|
|
# Creates a dummy project used to grab dependencies |
|
|
|
RUN rustup self update |
|
|
|
RUN rustup set profile minimal |
|
|
|
RUN USER=root cargo new --bin app |
|
|
|
WORKDIR /app |
|
|
|
|
|
|
|
|
|
@ -41,8 +41,6 @@ WORKDIR /app |
|
|
|
# To avoid copying unneeded files, use .dockerignore |
|
|
|
COPY . . |
|
|
|
|
|
|
|
RUN rustup self update |
|
|
|
RUN rustup set profile minimal |
|
|
|
RUN rustup target add x86_64-unknown-linux-musl |
|
|
|
|
|
|
|
# Make sure that we actually build the project |
|
|
|
|
|
@ -41,8 +41,6 @@ RUN apt-get update && apt-get install -y \ |
|
|
|
&& rm -rf /var/lib/apt/lists/* |
|
|
|
|
|
|
|
# Creates a dummy project used to grab dependencies |
|
|
|
RUN rustup self update |
|
|
|
RUN rustup set profile minimal |
|
|
|
RUN USER=root cargo new --bin app |
|
|
|
WORKDIR /app |
|
|
|
|
|
|
|
|
|
@ -41,8 +41,6 @@ WORKDIR /app |
|
|
|
# To avoid copying unneeded files, use .dockerignore |
|
|
|
COPY . . |
|
|
|
|
|
|
|
RUN rustup self update |
|
|
|
RUN rustup set profile minimal |
|
|
|
RUN rustup target add x86_64-unknown-linux-musl |
|
|
|
|
|
|
|
# Make sure that we actually build the project |
|
|
|
|
|
@ -41,8 +41,6 @@ RUN apt-get update && apt-get install -y \ |
|
|
|
&& rm -rf /var/lib/apt/lists/* |
|
|
|
|
|
|
|
# Creates a dummy project used to grab dependencies |
|
|
|
RUN rustup self update |
|
|
|
RUN rustup set profile minimal |
|
|
|
RUN USER=root cargo new --bin app |
|
|
|
WORKDIR /app |
|
|
|
|
|
|
|
|
|
@ -41,8 +41,6 @@ WORKDIR /app |
|
|
|
# To avoid copying unneeded files, use .dockerignore |
|
|
|
COPY . . |
|
|
|
|
|
|
|
RUN rustup self update |
|
|
|
RUN rustup set profile minimal |
|
|
|
RUN rustup target add x86_64-unknown-linux-musl |
|
|
|
|
|
|
|
# Make sure that we actually build the project |
|
|
|
|
|
@ -62,8 +62,6 @@ ENV OPENSSL_LIB_DIR="/usr/lib/arm-linux-gnueabi" |
|
|
|
COPY . . |
|
|
|
|
|
|
|
# Build |
|
|
|
RUN rustup self update |
|
|
|
RUN rustup set profile minimal |
|
|
|
RUN rustup target add arm-unknown-linux-gnueabi |
|
|
|
RUN cargo build --features ${DB} --release --target=arm-unknown-linux-gnueabi -v |
|
|
|
|
|
|
|
|
|
@ -62,8 +62,6 @@ ENV OPENSSL_LIB_DIR="/usr/lib/arm-linux-gnueabi" |
|
|
|
COPY . . |
|
|
|
|
|
|
|
# Build |
|
|
|
RUN rustup self update |
|
|
|
RUN rustup set profile minimal |
|
|
|
RUN rustup target add arm-unknown-linux-gnueabi |
|
|
|
RUN cargo build --features ${DB} --release --target=arm-unknown-linux-gnueabi -v |
|
|
|
|
|
|
|
|
|
@ -63,8 +63,6 @@ ENV OPENSSL_LIB_DIR="/usr/lib/arm-linux-gnueabihf" |
|
|
|
COPY . . |
|
|
|
|
|
|
|
# Build |
|
|
|
RUN rustup self update |
|
|
|
RUN rustup set profile minimal |
|
|
|
RUN rustup target add armv7-unknown-linux-gnueabihf |
|
|
|
RUN cargo build --features ${DB} --release --target=armv7-unknown-linux-gnueabihf -v |
|
|
|
|
|
|
|
|
|
@ -62,8 +62,6 @@ ENV OPENSSL_LIB_DIR="/usr/lib/arm-linux-gnueabihf" |
|
|
|
COPY . . |
|
|
|
|
|
|
|
# Build |
|
|
|
RUN rustup self update |
|
|
|
RUN rustup set profile minimal |
|
|
|
RUN rustup target add armv7-unknown-linux-gnueabihf |
|
|
|
RUN cargo build --features ${DB} --release --target=armv7-unknown-linux-gnueabihf -v |
|
|
|
|
|
|
|