Skip to content

Commit

Permalink
Rename variable
Browse files Browse the repository at this point in the history
Previous name was better.
  • Loading branch information
Chocobo1 committed Jul 21, 2024
1 parent 51ac853 commit 757708a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
build-args: |
QBT_VERSION=devel
LIBBT_BRANCH=RC_2_0
LIBBT_VERSION=RC_2_0
LIBBT_CMAKE_FLAGS=-Ddeprecated-functions=ON
labels: |
org.opencontainers.image.authors=https://github.com/qbittorrent/qBittorrent/graphs/contributors
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN \
FROM base AS builder

ARG QBT_VERSION
ARG LIBBT_BRANCH="RC_1_2"
ARG LIBBT_VERSION="RC_1_2"
ARG LIBBT_CMAKE_FLAGS=""

# check environment variables
Expand Down Expand Up @@ -55,7 +55,7 @@ ENV CFLAGS="-pipe -fstack-clash-protection -fstack-protector-strong -fno-plt -U_
# build libtorrent
RUN \
git clone \
--branch "${LIBBT_BRANCH}" \
--branch "${LIBBT_VERSION}" \
--depth 1 \
--recurse-submodules \
https://github.com/arvidn/libtorrent.git && \
Expand Down
4 changes: 2 additions & 2 deletions manual_build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN \
FROM base AS builder

ARG QBT_VERSION
ARG LIBBT_BRANCH="RC_1_2"
ARG LIBBT_VERSION="RC_1_2"
ARG LIBBT_CMAKE_FLAGS=""

# check environment variables
Expand Down Expand Up @@ -55,7 +55,7 @@ ENV CFLAGS="-pipe -fstack-clash-protection -fstack-protector-strong -fno-plt -U_
# build libtorrent
RUN \
git clone \
--branch "${LIBBT_BRANCH}" \
--branch "${LIBBT_VERSION}" \
--depth 1 \
--recurse-submodules \
https://github.com/arvidn/libtorrent.git && \
Expand Down

0 comments on commit 757708a

Please sign in to comment.