lighthouse/.github
Nazar Hussain fa1d4c7054 Invalid cross build feature flag (#3959)
## Issue Addressed

The documentation referring to build from source mismatches with the what gitworkflow uses. 

aa5b7ef783/book/src/installation-source.md (L118-L120)

## Proposed Changes

Because the github workflow uses `cross` to build from source and for that build there is different env variable `CROSS_FEATURES` so need pass at the compile time. 

## Additional Info

Verified that existing `-dev` builds does not contains the `minimal` spec enabled. 

```bash
> docker run --rm --name node-5-cl-lighthouse sigp/lighthouse:latest-amd64-unstable-dev lighthouse --version
Lighthouse v3.4.0-aa5b7ef
BLS library: blst-portable
SHA256 hardware acceleration: true
Allocator: jemalloc
Specs: mainnet (true), minimal (false), gnosis (true)
```
2023-02-13 03:32:03 +00:00
..
custom Enable proposer boost re-orging (#2860) 2022-12-13 09:57:26 +00:00
workflows Invalid cross build feature flag (#3959) 2023-02-13 03:32:03 +00:00
ISSUE_TEMPLATE.md Remove links to old master branch (#2190) 2021-02-11 06:06:54 +00:00
PULL_REQUEST_TEMPLATE.md Add PR and issue templates 2018-10-14 14:51:59 +11:00