Skip to content

Commit

Permalink
minor updates to packages, less manual cargo installs
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Apr 18, 2024
1 parent 941e030 commit 25852ca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions arch/pacstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ rust=(
cargo-audit
cargo-deny
cargo-binstall
cargo-tarpaulin
)
install_tools "rust" "${rust[@]}"

Expand Down
1 change: 1 addition & 0 deletions mac/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ brew "cargo-audit"
brew "cargo-outdated"
brew "cargo-deny"
brew "cargo-binstall"
#brew "cargo-tarpaulin" not yet there, use binstall

# language servers
brew "yaml-language-server"
Expand Down
1 change: 1 addition & 0 deletions roles/arch/tasks/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Misc linux tweaks

# https://www.phoronix.com/news/Fedora-39-VM-Max-Map-Count
# bumped in arch since 2024: https://archlinux.org/news/increasing-the-default-vmmax_map_count-value/

Check failure on line 6 in roles/arch/tasks/linux.yml

View workflow job for this annotation

GitHub Actions / lint

yaml[line-length]

Line too long (101 > 100 characters)

Check warning on line 6 in roles/arch/tasks/linux.yml

View workflow job for this annotation

GitHub Actions / lint

6:101 [line-length] line too long (101 > 100 characters)
- name: sysctl vm.max_map_count
become: true
ansible.posix.sysctl:
Expand Down
2 changes: 0 additions & 2 deletions roles/lpms/tasks/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
name: '{{ item }}'
state: "{{ pkg_state }}"
with_items:
- cargo-tarpaulin # not in brew (bad mac support?)
- cargo-expand # not in brew
- toml2json
- cargo-features-manager # cargo features
- fastmod # not in pacman, but in brew
- jira-terminal

0 comments on commit 25852ca

Please sign in to comment.