Skip to content

Commit

Permalink
virtual/rust: Drop unused package
Browse files Browse the repository at this point in the history
Mentions of virtual/rust in some scripts were replaced with
dev-lang/rust-bin. These were usually about skipping the update/build
of the package, and these already contained dev-lang/rust, so added
the -bin variant for completeness.
  • Loading branch information
krnowak committed Jan 23, 2025
1 parent f4623f5 commit 6cb6c94
Showing 12 changed files with 2 additions and 206 deletions.
1 change: 0 additions & 1 deletion .github/workflows/portage-stable-packages-list
Original file line number Diff line number Diff line change
@@ -701,7 +701,6 @@ virtual/perl-Getopt-Long
virtual/perl-Unicode-Collate
virtual/pkgconfig
virtual/resolvconf
virtual/rust
virtual/service-manager
virtual/ssh
virtual/tmpfiles
2 changes: 1 addition & 1 deletion build_dev_binpkgs
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ packages_default=( "coreos-devel/board-packages" )

# Packages that are rdeps of the above but should not be included.
# (mostly large packages, e.g. programming languages etc.)
skip_packages_default="dev-lang/rust,virtual/rust,dev-lang/go,dev-lang/go-bootstrap,dev-go/go-md2man"
skip_packages_default="dev-lang/rust,dev-lang/rust-bin,dev-lang/go,dev-lang/go-bootstrap,dev-go/go-md2man"


# Developer-visible flags.
2 changes: 1 addition & 1 deletion build_library/catalyst.sh
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@ cat <<EOF
# stage1 packages aren't published, save in tmp
pkgcache_path: ${TEMPDIR}/stage1-${ARCH}-packages
update_seed: yes
update_seed_command: --exclude cross-*-cros-linux-gnu/* --exclude dev-lang/rust --exclude virtual/rust --ignore-world y --ignore-built-slot-operator-deps y @changed-subslot
update_seed_command: --exclude cross-*-cros-linux-gnu/* --exclude dev-lang/rust --exclude dev-lang/rust-bin --ignore-world y --ignore-built-slot-operator-deps y @changed-subslot
EOF
catalyst_stage_default 1
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 6cb6c94

Please sign in to comment.