Skip to content

Commit

Permalink
Merge pull request #138 from mgomersbach/markg_set_binpkg_std
Browse files Browse the repository at this point in the history
fix(binpkg): set gpkg format with zstd compression
  • Loading branch information
mgomersbach authored Oct 14, 2024
2 parents d64e858 + 139575c commit bee2b43
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 0 additions & 4 deletions profiles/chinstrap/arch/amd64/make.defaults
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# Copyright 2004-2023 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2

RUSTFLAGS="-C opt-level=3 -C strip=symbols"

USE="${CPU_FLAGS_X86}"

BINPKG_COMPRESS_FLAGS="-9"
8 changes: 7 additions & 1 deletion profiles/chinstrap/base/make.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,11 @@ I_KNOW_WHAT_I_AM_DOING=1
L10N="en"
LINGUAS="en"

PYTHON_TARGETS="python3_12 python3_11 python3_10"
RUSTFLAGS="-C opt-level=3 -C strip=symbols"

PYTHON_TARGETS="python3_12 python3_11"
PYTHON_SINGLE_TARGET="python3_11"

BINPKG_FORMAT="gpkg"
BINPKG_COMPRESS="zstd"
BINPKG_COMPRESS_FLAGS="-9"
1 change: 1 addition & 0 deletions profiles/chinstrap/security/package.use/sssd
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ app-admin/sudo sssd
sys-auth/pambase sssd
net-nds/openldap experimental
sys-auth/sssd sudo
net-fs/samba winbind
2 changes: 2 additions & 0 deletions profiles/chinstrap/server/package.use/redis
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# provides an internal statistics report from the memory allocator for redis
dev-libs/jemalloc stats

0 comments on commit bee2b43

Please sign in to comment.