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

ci: Run "Windows (VS 2022)" job on GitHub Actions #1389

Merged
merged 1 commit into from
Aug 9, 2023

ci: Run "Windows (VS 2022)" job on GitHub Actions

a2f7ccd
Select commit
Loading
Failed to load commit list.
Merged

ci: Run "Windows (VS 2022)" job on GitHub Actions #1389

ci: Run "Windows (VS 2022)" job on GitHub Actions
a2f7ccd
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Cirrus CI / x86_64: Linux (Debian stable) ASM:no BENCH:yes BUILD:check CC:gcc CTIMETESTS:yes ECDH:no ECMULTGENPRECISION:auto ECMULTWINDOW:auto ELLSWIFT:no RECOVERY:yes SCHNORRSIG:no WIDEMUL:int64 WITH_VALGRIND:yes cancelled Aug 9, 2023 in 15s

Task Summary

Instruction test failed in 00:15

Details

⚠️ Monthly free compute limit exceeded and will be limited next month!
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks
ℹ️ PR was closed!

✅ 00:00 clone
⏹️ 00:15 test

checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking if gcc supports -Werror... yes
checking if gcc supports -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef... yes
checking if gcc supports -Wno-overlength-strings... yes
checking if gcc supports -Wall... yes
checking if gcc supports -Wno-unused-function... yes
checking if gcc supports -Wextra... yes
checking if gcc supports -Wcast-align... yes
checking if gcc supports -Wcast-align=strict... yes
checking if gcc supports -Wconditional-uninitialized... no
checking if gcc supports -Wreserved-identifier... no
checking if gcc supports -fvisibility=hidden... yes
checking for valgrind support... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsecp256k1.pc
config.status: executing depfiles commands
config.status: executing libtool commands

Build Options:
  with external callbacks = no
  with benchmarks         = yes
  with tests              = yes
  with ctime tests        = yes
  with coverage           = no
  with examples           = yes
  module ecdh             = no
  module recovery         = yes
  module extrakeys        = yes
  module schnorrsig       = no
  module ellswift         = no

  asm                     = no
  ecmult window size      = 15
  ecmult gen prec. bits   = 4
  wide multiplication     = int64

  valgrind                = yes
  CC                      = gcc
  CPPFLAGS                = 
  SECP_CFLAGS             = -O2  -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wno-overlength-strings -Wall -Wno-unused-function -Wextra -Wcast-align -Wcast-align=strict -fvisibility=hidden -Werror -pedantic-errors
  CFLAGS                  = -g -O2
  LDFLAGS                 = 
+ make
make  all-am
make[1]: Entering directory '/tmp/cirrus-ci-build'
  CC       src/bench-bench.o
  CC       src/libsecp256k1_la-secp256k1.lo
  CC       src/libsecp256k1_precomputed_la-precomputed_ecmult.lo
  CC       src/libsecp256k1_precomputed_la-precomputed_ecmult_gen.lo
  CC       src/bench_internal-bench_internal.o
  CC       src/bench_ecmult-bench_ecmult.o
  CC       src/noverify_tests-tests.o