lighthouse/.github/workflows
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
..
book.yml Update mdbook runner to Ubuntu 20.04 (#3138) 2022-04-04 06:08:26 +00:00
cancel-previous-runs.yml Fix short sha in github actions (#2210) 2021-02-18 06:18:47 +00:00
docker-antithesis.yml CI gardening maintenance (#3706) 2022-11-13 22:40:44 +00:00
docker.yml Invalid cross build feature flag (#3959) 2023-02-13 03:32:03 +00:00
linkcheck.yml CI gardening maintenance (#3706) 2022-11-13 22:40:44 +00:00
local-testnet.yml Various CI fixes (#3813) 2022-12-20 01:34:52 +00:00
publish-crate.yml CI gardening maintenance (#3706) 2022-11-13 22:40:44 +00:00
release.yml Use release profile for Windows binaries (#3965) 2023-02-12 23:14:07 +00:00
test-suite.yml Switch allocator to jemalloc (#3697) 2023-01-20 04:19:29 +00:00