Actions
Bug #21958
openSnapshot CI is breaking now
Bug #21958:
Snapshot CI is breaking now
Description
The current snapshot CI used for releases is broken since 14th March.
https://github.com/ruby/actions/actions/runs/23065551523/job/67003439358
compiling dump_ast
making array.rbinc
make[1]: Entering directory '/home/runner/work/actions/actions/snapshot-master'
fatal: not a git repository (or any of the parent directories): .git
make[1]: 'dump_ast' is up to date.
make[1]: Leaving directory '/home/runner/work/actions/actions/snapshot-master'
executable host ruby is required. use --with-baseruby option.
Note that BASERUBY must be Ruby 3.1.0 or later.
make: *** [uncommon.mk:1299: array.rbinc] Error 1
make: *** Waiting for unfinished jobs....
and that Windows build is also failure with another issue:
https://github.com/ruby/actions/actions/runs/23261354707/job/67631251910
compiling eventids1.c
eventids1.c
compiling ../../../snapshot-master/ext/ripper/eventids2.c
eventids2.c
NMAKE : fatal error U1073: don't know how to make '../../probes.h'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.EXE"' : return code '0x2'
Stop.
I also here the current build system is broken with out-of-source and cross-compile.
No data to display
Actions