remove --offline option from cargo invocations

--offline is applied by --frozen option because frozen is locked+offline
This commit is contained in:
Maksim Bondarenkov 2025-05-01 19:17:40 +03:00
parent 563fdc5bd1
commit 21a9d98f26
40 changed files with 0 additions and 42 deletions

View File

@ -44,7 +44,6 @@ package() {
cd "${_realname}-${pkgver}"
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -73,7 +73,6 @@ package_b3sum() {
pkgdesc="Command line implementation of the BLAKE3 hash function (mingw-w64)"
cargo install \
--offline \
--no-track \
--frozen \
--path "${_realname}-${pkgver}/b3sum" \

View File

@ -53,7 +53,6 @@ package() {
cd "${_realname}-${pkgver}"
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -61,7 +61,6 @@ package() {
_env
cargo install \
--frozen \
--offline \
--no-track \
--path . \
--root "${pkgdir}${MINGW_PREFIX}" \

View File

@ -37,7 +37,6 @@ package() {
cd "${_realname}-${pkgver}"
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -37,7 +37,6 @@ package() {
cd "${_realname}-${pkgver}"
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -43,7 +43,6 @@ package() {
cd "${_realname}-${pkgver}"
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -67,7 +67,6 @@ package() {
_env
cargo install \
--frozen \
--offline \
--no-track \
--path . \
--root "${pkgdir}"${MINGW_PREFIX}

View File

@ -49,7 +49,6 @@ package() {
cargo install \
--frozen \
--offline \
--no-track \
--path . \
--root "${pkgdir}"${MINGW_PREFIX}

View File

@ -40,7 +40,6 @@ package_evcxr_repl() {
pkgdesc="Evcxr Rust REPL (mingw-w64)"
cargo install \
--offline \
--no-track \
--frozen \
--path evcxr_repl \
@ -57,7 +56,6 @@ package_evcxr_jupyter() {
"${MINGW_PACKAGE_PREFIX}-python-jupyterlab")
cargo install \
--offline \
--no-track \
--frozen \
--path evcxr_jupyter \

View File

@ -58,7 +58,6 @@ package() {
_env
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -68,7 +68,6 @@ package() {
_env
cargo install \
--frozen \
--offline \
--no-track \
--no-default-features \
--features "ghemoji regex-fancy trace-libgit" \

View File

@ -44,7 +44,6 @@ package() {
cd "${_realname}-${pkgver}"
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -66,7 +66,6 @@ package_jj() {
_env
cargo install \
--frozen \
--offline \
--no-track \
--path cli \
--root "${pkgdir}${MINGW_PREFIX}" \

View File

@ -44,7 +44,6 @@ package() {
WINAPI_NO_BUNDLED_LIBRARIES=1 \
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -48,7 +48,6 @@ package_keepawake() {
cargo install \
--frozen \
--offline \
--no-track \
--features bin \
--path . \

View File

@ -40,7 +40,6 @@ package() {
MSYS2_ARG_CONV_EXCL="--prefix=" \
${MINGW_PREFIX}/bin/cargo cinstall \
--frozen \
--offline \
--meson-paths \
--destdir="${pkgdir}" \
--prefix=${MINGW_PREFIX} \

View File

@ -63,7 +63,6 @@ package() {
_env
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -41,7 +41,6 @@ package() {
cd "${_realname}-${_realname}-${pkgver}"
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -42,7 +42,6 @@ package() {
cargo install \
--frozen \
--offline \
--no-track \
--path minidump-stackwalk \
--root "${pkgdir}${MINGW_PREFIX}"

View File

@ -53,7 +53,6 @@ package() {
cd "${_realname}-${pkgver}"
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -39,7 +39,6 @@ package() {
cd "${_realname}-${pkgver}"
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -38,7 +38,6 @@ package() {
cd "${_realname}-${pkgver}"
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -41,7 +41,6 @@ package() {
cd "${_realname}-${pkgver}"
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -37,7 +37,6 @@ build() {
cargo build \
--release \
--frozen \
--offline
MSYS2_ARG_CONV_EXCL="--prefix=" \
cargo capi build \
@ -60,7 +59,6 @@ package() {
cargo install \
--frozen \
--offline \
--no-track \
--path . \
--root "${pkgdir}${MINGW_PREFIX}"

View File

@ -36,7 +36,6 @@ package() {
cd "${_realname}-${pkgver}"
cargo install \
--offline \
--no-track \
--frozen \
--path frontends/rioterm \

View File

@ -53,7 +53,6 @@ package() {
WINAPI_NO_BUNDLED_LIBRARIES=1 \
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -46,7 +46,6 @@ package() {
cargo install \
--frozen \
--offline \
--no-track \
--features 'pcre2' \
--profile release-lto \

View File

@ -41,7 +41,6 @@ package() {
cd "${_realname}"
cargo install \
--offline \
--no-track \
--frozen \
--path crates/rust-analyzer \

View File

@ -47,7 +47,6 @@ package() {
WINAPI_NO_BUNDLED_LIBRARIES=1 \
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -38,7 +38,6 @@ package() {
cd "${_realname}-${pkgver}"
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -67,7 +67,6 @@ package() {
_env
cargo install \
--frozen \
--offline \
--no-track \
--path . \
--root "${pkgdir}${MINGW_PREFIX}"

View File

@ -41,7 +41,6 @@ package() {
cd "${srcdir}/${_realname}-${pkgver}"
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -43,7 +43,6 @@ package() {
export WINAPI_NO_BUNDLED_LIBRARIES=1
cargo install \
--frozen \
--offline \
--no-track \
--path . \
--root "${pkgdir}${MINGW_PREFIX}"

View File

@ -40,7 +40,6 @@ package() {
export WINAPI_NO_BUNDLED_LIBRARIES=1
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -39,7 +39,6 @@ package() {
cd "${_realname}-${pkgver}"
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -53,7 +53,6 @@ package_wasm-bindgen() {
cd "${_realname}"
cargo install \
--offline \
--no-track \
--frozen \
--path crates/cli \

View File

@ -90,7 +90,6 @@ package_wasmtime() {
cd "${_realname}"
cargo install \
--offline \
--no-track \
--frozen \
--path . \

View File

@ -44,7 +44,6 @@ package() {
WINAPI_NO_BUNDLED_LIBRARIES=1 \
cargo install \
--frozen \
--offline \
--no-track \
--path crates/cli \
--root "${pkgdir}${MINGW_PREFIX}"

View File

@ -41,7 +41,6 @@ package() {
cd "${_realname}-${pkgver}"
cargo install \
--offline \
--no-track \
--frozen \
--path . \