Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

ci: install openssl for the Windows build #33356

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

yihau
Copy link
Contributor

@yihau yihau commented Sep 21, 2023

Summary of Changes

install openssl to fix the broken Windows build.

Copy link
Contributor

@t-nelson t-nelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@yihau yihau merged commit 4d96c38 into solana-labs:master Sep 22, 2023
@yihau yihau deleted the fix-windows-build branch September 22, 2023 02:52
@yihau yihau added v1.14 v1.16 PRs that should be backported to v1.16 labels Sep 22, 2023
mergify bot pushed a commit that referenced this pull request Sep 22, 2023
mergify bot pushed a commit that referenced this pull request Sep 22, 2023
mergify bot added a commit that referenced this pull request Sep 22, 2023
…#33366)

ci: install openssl for the Windows build (#33356)

(cherry picked from commit 4d96c38)

Co-authored-by: Yihau Chen <a122092487@gmail.com>
mergify bot added a commit that referenced this pull request Sep 22, 2023
…#33367)

ci: install openssl for the Windows build (#33356)

(cherry picked from commit 4d96c38)

Co-authored-by: Yihau Chen <a122092487@gmail.com>
SwenSchaeferjohann pushed a commit to ananas-block/solana that referenced this pull request Sep 23, 2023
Switch confirmed_unrooted_slots from Vec<_> to HashSet<_> (solana-labs#33311)

The container is only used to check for inclusion of slots with
the .contains() method. This method is O(n) on a Vec<_> but O(1) on a
HashSet<_>.

add Restart structs for disk index (solana-labs#33361)

use bytemuck for disk bucket restart (solana-labs#33371)

disk bucket: init restart path (solana-labs#33375)

simple cleanup in bucket map (solana-labs#33376)

add disk bucket get_restart_file (solana-labs#33373)

* add disk bucket get_restart_file

* add get_restartable_buckets

pass RestartableBucket through disk index (solana-labs#33377)

data bucket holds RestartableBucket (solana-labs#33381)

Feature - better error codes for tx lamport check (solana-labs#33343)

Replaces `TransactionError::InstructionError(0, InstructionError::UnbalancedInstruction)` with `TransactionError::UnbalancedTransaction`.

Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net>

DiskIdx: reuse disk bucket file if possible (solana-labs#33379)

diskidx: stats for created vs reused (solana-labs#33385)

solana-program - altbn128: add g1 & g2 compression

still fixing tests for point of infinity

feat: proof compression syscall working

add rust test to ci

remove prints

added c test

added sycall pricing

fixed ci checks

refactored altbn128 and compression
jeffwashington pushed a commit to jeffwashington/solana that referenced this pull request Sep 25, 2023
bw-solana pushed a commit to bw-solana/solana that referenced this pull request Jan 10, 2025
…labs#33356) (solana-labs#33366)

ci: install openssl for the Windows build (solana-labs#33356)

(cherry picked from commit 4d96c38)

Co-authored-by: Yihau Chen <a122092487@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
v1.16 PRs that should be backported to v1.16
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants