Skip to content

Commit

Permalink
Merge pull request #4432 from jimmygchen/deneb-merge-from-unstable-20…
Browse files Browse the repository at this point in the history
…230627

Deneb merge from unstable 20230627
  • Loading branch information
realbigsean authored Jun 28, 2023
2 parents e1af24b + 5b85aec commit 4c9fcf1
Show file tree
Hide file tree
Showing 105 changed files with 2,103 additions and 1,378 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,17 +134,11 @@ jobs:

- name: Build Lighthouse for Windows portable
if: matrix.arch == 'x86_64-windows-portable'
# NOTE: profile set to release until this rustc issue is fixed:
#
# https://github.com/rust-lang/rust/issues/107781
#
# tracked at: https://github.com/sigp/lighthouse/issues/3964
run: cargo install --path lighthouse --force --locked --features portable,gnosis --profile release
run: cargo install --path lighthouse --force --locked --features portable,gnosis --profile ${{ matrix.profile }}

- name: Build Lighthouse for Windows modern
if: matrix.arch == 'x86_64-windows'
# NOTE: profile set to release (see above)
run: cargo install --path lighthouse --force --locked --features modern,gnosis --profile release
run: cargo install --path lighthouse --force --locked --features modern,gnosis --profile ${{ matrix.profile }}

- name: Configure GPG and create artifacts
if: startsWith(matrix.arch, 'x86_64-windows') != true
Expand Down
Loading

0 comments on commit 4c9fcf1

Please sign in to comment.