Skip to content

Commit

Permalink
ci: Use boringcrypto for windows e2e tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Jun 27, 2024
1 parent a89556e commit 9b12c81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ if ($LastExitCode -ne 0) { exit $LastExitCode }
Set-Location ..\..

# Build waved.
$Env:GOEXPERIMENT = 'boringcrypto'
go build -ldflags '-X main.Version=DEV -X main.BuildDate=20230317152454' -o waved cmd/wave/main.go
if ($LastExitCode -ne 0) { exit $LastExitCode }
if ($LastExitCode -ne 0) { exit $LastExitCode }

0 comments on commit 9b12c81

Please sign in to comment.