remove unused local/bin/pacman_aarch64
This commit is contained in:
parent
418a8c16c2
commit
59747f7a14
2 changed files with 0 additions and 9 deletions
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
PACMAN_CHROOT="${PACMAN_CHROOT:-/chroot/base_aarch64}"
|
||||
|
||||
exec pacman --root "$PACMAN_CHROOT" --arch aarch64 --config "$PACMAN_CHROOT"/etc/pacman.conf "$@"
|
|
@ -42,10 +42,6 @@ def get_makepkg_env():
|
|||
}
|
||||
|
||||
|
||||
def get_makepkg_cross_env():
|
||||
return get_makepkg_env() | {'PACMAN': os.path.join(config.runtime['script_source_dir'], 'local/bin/pacman_aarch64')}
|
||||
|
||||
|
||||
class Package:
|
||||
name = ''
|
||||
names: list[str] = []
|
||||
|
@ -479,7 +475,6 @@ def build_package(
|
|||
logging.info(f'Cross-compiling {package.path}')
|
||||
build_root = native_chroot
|
||||
makepkg_compile_opts += ['--nodeps']
|
||||
#env = get_makepkg_cross_env()
|
||||
env = deepcopy(get_makepkg_env())
|
||||
if enable_ccache:
|
||||
env['PATH'] = f"/usr/lib/ccache:{env['PATH']}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue