File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - ' main'
1010
1111env :
12- SOLANA_ZIG_VERSION : v1.52 .0
12+ SOLANA_ZIG_VERSION : v1.53 .0
1313 SOLANA_ZIG_DIR : solana-zig
1414
1515jobs :
7575 echo "PERL=$((where.exe perl)[0])" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
7676 echo "OPENSSL_SRC_PERL=$((where.exe perl)[0])" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
7777
78- - name : Install build deps
79- shell : bash
80- run : ./program-test/install-build-deps.sh
81-
8278 - name : Build and test program
8379 shell : bash
8480 run : ./program-test/test.sh
Original file line number Diff line number Diff line change 11.{
22 .fingerprint = 0xdc47aff950fd68c0 ,
33 .name = .solana_program_sdk ,
4- .version = "0.17.1 " ,
5- .minimum_zig_version = "0.15 .0" ,
4+ .version = "0.18.0 " ,
5+ .minimum_zig_version = "0.16 .0" ,
66
77 // This field is optional.
88 // Each dependency must either provide a `url` and `hash`, or a `path`.
1111 // internet connectivity.
1212 .dependencies = .{
1313 .base58 = .{
14- .url = "https://github.com/joncinque/base58-zig/archive/refs/tags/v0.15 .0.tar.gz" ,
15- .hash = "base58-0.15 .0-6-CZmwVpAAAxqof6REya9G_XyHL1fTqUsAcsZ-J1IHMF " ,
14+ .url = "https://github.com/joncinque/base58-zig/archive/refs/tags/v0.16 .0.tar.gz" ,
15+ .hash = "base58-0.16 .0-6-CZm3FpAADsdYOBJ_MQ6qePc0Lv4fX6fTRgebI62rwO " ,
1616 },
1717 },
1818 .paths = .{
Original file line number Diff line number Diff line change 33if [[ -n $SOLANA_ZIG_VERSION ]]; then
44 solana_zig_version=" $SOLANA_ZIG_VERSION "
55else
6- solana_zig_version=" v1.52 .0"
6+ solana_zig_version=" v1.53 .0"
77fi
88solana_zig_release_url=" https://github.com/joncinque/solana-zig-bootstrap/releases/download/solana-$solana_zig_version "
99
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Solana-SDK Zig Program Test"
44edition = " 2021"
55license = " Apache-2.0"
66name = " solana-sdk-zig-program-test"
7- repository = " https://github.com/joncinque/solana-sdk-zig"
7+ repository = " https://github.com/joncinque/solana-program- sdk-zig"
88version = " 0.0.1"
99
1010[dev-dependencies ]
Original file line number Diff line number Diff line change 11.{
22 .fingerprint = 0x8d2e243edb223d6c ,
33 .name = .solana_program_sdk_test ,
4- .version = "0.15 .0" ,
5- .minimum_zig_version = "0.15 .0" ,
4+ .version = "0.16 .0" ,
5+ .minimum_zig_version = "0.16 .0" ,
66 .dependencies = .{
77 .base58 = .{
8- .url = "https://github.com/joncinque/base58-zig/archive/refs/tags/v0.15 .0.tar.gz" ,
9- .hash = "base58-0.15 .0-6-CZmwVpAAAxqof6REya9G_XyHL1fTqUsAcsZ-J1IHMF " ,
8+ .url = "https://github.com/joncinque/base58-zig/archive/refs/tags/v0.16 .0.tar.gz" ,
9+ .hash = "base58-0.16 .0-6-CZm3FpAADsdYOBJ_MQ6qePc0Lv4fX6fTRgebI62rwO " ,
1010 },
1111 .clap = .{
12- .url = "https://github.com/Hejsil/zig-clap/archive/refs/tags/0.11 .0.tar.gz" ,
13- .hash = "clap-0.11 .0-oBajB-HnAQDPCKYzwF7rO3qDFwRcD39Q0DALlTSz5H7e " ,
12+ .url = "https://github.com/Hejsil/zig-clap/archive/refs/tags/0.12 .0.tar.gz" ,
13+ .hash = "clap-0.12 .0-oBajB7foAQDqlSwaSG5g0yq7xGbQARUsBk5T64gAOqP5 " ,
1414 },
1515 .solana_program_sdk = .{
1616 .path = ".." ,
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments