Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore host's check_go_version #1072

Merged
merged 19 commits into from
Jan 12, 2024
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
18b3e3e
airdrop testing
riley-stride Mar 28, 2023
db50e48
merge
riley-stride May 2, 2023
c5a94dd
Merge branch 'main' of ssh://github.com/Stride-Labs/stride
riley-stride May 27, 2023
4509194
Merge branch 'main' of ssh://github.com/Stride-Labs/stride
riley-stride Aug 21, 2023
d85a004
Merge branch 'main' of ssh://github.com/Stride-Labs/stride
riley-stride Sep 14, 2023
64b4dbb
Merge branch 'main' of ssh://github.com/Stride-Labs/stride
riley-stride Sep 20, 2023
6ff129b
Merge branch 'main' of ssh://github.com/Stride-Labs/stride
riley-stride Oct 25, 2023
8ba2058
Merge branch 'main' of ssh://github.com/Stride-Labs/stride
riley-stride Nov 27, 2023
7b8c75f
Merge branch 'main' of ssh://github.com/Stride-Labs/stride
riley-stride Dec 13, 2023
5e8f316
Merge branch 'main' of ssh://github.com/Stride-Labs/stride
riley-stride Dec 20, 2023
f7022bd
Merge branch 'main' of ssh://github.com/Stride-Labs/stride
riley-stride Dec 27, 2023
de22771
ear
riley-stride Jan 9, 2024
9ba5db4
Merge branch 'main' of ssh://github.com/Stride-Labs/stride
riley-stride Jan 10, 2024
22e2344
Merge branch 'main' of ssh://github.com/Stride-Labs/stride
riley-stride Jan 11, 2024
8089926
Merge branch 'main' of ssh://github.com/Stride-Labs/stride
riley-stride Jan 11, 2024
c5c5b72
Merge branch 'main' of ssh://github.com/Stride-Labs/stride
riley-stride Jan 11, 2024
5a42f88
ignore hosts check_go_version
riley-stride Jan 11, 2024
f9c599d
nit
sampocs Jan 12, 2024
c79483d
Merge branch 'main' into ignore-check-go-versions
sampocs Jan 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockernet/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build_local_and_docker() {
# the binary if the machine's go version does not match exactly,
# however, we can relax this constraint
# The following command overrides the check_version using a temporary Makefile override
BUILDDIR=$BUILDDIR make -f Makefile -f <(echo -e 'check_version: ;') build --silent
BUILDDIR=$BUILDDIR make -f Makefile -f <(echo -e 'check_version: ;\ncheck_go_version: ;') build --silent
local_build_succeeded=${PIPESTATUS[0]}
cd $stride_home

Expand Down
Loading