summaryrefslogtreecommitdiffstats
path: root/.github/workflows/yoe.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/yoe.yml')
-rw-r--r--.github/workflows/yoe.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/yoe.yml b/.github/workflows/yoe.yml
index 222a8e0..4baa6ce 100644
--- a/.github/workflows/yoe.yml
+++ b/.github/workflows/yoe.yml
@@ -47,6 +47,8 @@ jobs:
47 echo ERR_REPORT_USERNAME = \"Drone Autobuilder\" >> conf/local.conf 47 echo ERR_REPORT_USERNAME = \"Drone Autobuilder\" >> conf/local.conf
48 echo ERR_REPORT_EMAIL = \"info@yoedistro.org\" >> conf/local.conf 48 echo ERR_REPORT_EMAIL = \"info@yoedistro.org\" >> conf/local.conf
49 echo TOOLCHAIN = \"clang\" >> conf/local.conf 49 echo TOOLCHAIN = \"clang\" >> conf/local.conf
50 echo BB_NUMBER_THREADS = \"16\" >> conf/local.conf
51 echo PARALLEL_MAKE = \"-j 32\" >> conf/local.conf
50 echo CLANGSDK = \"1\" >> conf/local.conf 52 echo CLANGSDK = \"1\" >> conf/local.conf
51 echo IMAGE_INSTALL_append = \" clang \" >> conf/local.conf 53 echo IMAGE_INSTALL_append = \" clang \" >> conf/local.conf
52 echo XZ_DEFAULTS = \"--threads=8\" >> conf/local.conf 54 echo XZ_DEFAULTS = \"--threads=8\" >> conf/local.conf