mschubert / gentoo_prefix_ci

A Gentoo Prefix continuous integration repo. Find precompiled Gentoo Prefix in the releases section
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

bootstrap scripts seems to ignore MAKEOPTS #1

Open mschubert opened 2 years ago

mschubert commented 2 years ago

I've tried a couple of days to test a serial build (MAKEOPTS=-j1), but this seems to be ignore by the bootstrap script:

env:
  ...
  TESTING_PV: latest
  MAKEOPTS: -j1

and/or

- name: stage1
  run: MAKEOPTS=-j1 STOP_BOOTSTRAP_AFTER=stage1 ./bootstrap-prefix.sh ${{ env.EPREFIX }} noninteractive

where both yield the following in the logs:

OK!  I'm going to give it a try, this is what I have collected sofar:
  EPREFIX=/tmp/gentoo
  CHOST=x86_64-pc-linux-gnu
  PATH=/tmp/gentoo/usr/bin:/tmp/gentoo/bin:/tmp/gentoo/tmp/usr/bin:...
  MAKEOPTS=-j2