This repository has been archived on 2024-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
pika-hyprland-autologin/pika-build-config/i386.sh
Ward from fusion-voyager-3 d9b9e81b21
Some checks failed
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Successful in 8s
PikaOS Package Build Only (amd64-v3) / build (push) Failing after 1s
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 8s
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 1s
port to pika os 4
2024-07-27 18:29:05 +03:00

6 lines
168 B
Bash
Executable File

#! /bin/bash
export PIKA_BUILD_ARCH="i386"
export DEBIAN_FRONTEND="noninteractive"
export DEB_BUILD_OPTIONS="nocheck notest terse"
export DPKG_GENSYMBOLS_CHECK_LEVEL=0