Package Details: aurebuildcheck-rs-git 0.2.5.r0.gdb03565-1

Git Clone URL: https://aur.archlinux.org/aurebuildcheck-rs-git.git (read-only, click to copy)
Package Base: aurebuildcheck-rs-git
Description: Archlinux package checker to identify packages which may need a rebuild
Upstream URL: https://github.com/mettke/aurebuildcheck-rs
Licenses: MIT
Conflicts: aurebuildcheck-rs
Provides: aurebuildcheck-rs
Submitter: RemoteAdmin
Maintainer: severach
Last Packager: RemoteAdmin
Votes: 0
Popularity: 0.000000
First Submitted: 2018-02-09 18:03 (UTC)
Last Updated: 2020-07-05 06:31 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2025-08-08 11:05 (UTC)

This package downloads stuff during build().
This should not happen.

Please move the rust specific downloads steps into prepare() so that build() can run in an offline environment where all sources have already been prepared.

Regards and thanks for the package!

==> Starting build()...
    Updating crates.io index
  Downloaded cfg-if v0.1.10
  Downloaded atty v0.2.14
  Downloaded bitflags v1.2.1
  Downloaded scopeguard v1.1.0
  Downloaded maybe-uninit v2.0.0
  Downloaded strsim v0.8.0
  Downloaded textwrap v0.11.0
  Downloaded unicode-width v0.1.8
  Downloaded num_cpus v1.13.0
  Downloaded crossbeam-utils v0.7.2
  Downloaded vec_map v0.8.2
  Downloaded crossbeam-queue v0.2.3
  Downloaded crossbeam-epoch v0.8.2
  Downloaded json v0.12.4
  Downloaded ansi_term v0.11.0
  Downloaded autocfg v1.0.0
  Downloaded thread_local v1.0.1
  Downloaded either v1.5.3
  Downloaded memoffset v0.5.5
  Downloaded crossbeam-deque v0.7.3
  Downloaded memchr v2.3.3
  Downloaded rayon-core v1.7.1
  Downloaded aho-corasick v0.7.13
  Downloaded clap v2.33.1
  Downloaded regex v1.3.9
  Downloaded rayon v1.3.1
  Downloaded regex-syntax v0.6.18
  Downloaded libc v0.2.71
  Downloaded 28 crates (1.9MiB) in 1.80s
   Compiling autocfg v1.0.0
[...]