mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
fbb18f69d5
GitHub's CI default runners are full of all kinds of software, and this
can cause hard to reproduce errors. Luckly, GitHub Actions supports
running jobs in a container image, so that the build environment is
minimal and reprocucible.
This patch changes the main CI job to run in a Debian Testing container,
fixing the issues described in
<
|
||
---|---|---|
.. | ||
cpuid | ||
bf.cpp | ||
bf.vcxproj | ||
calc.cpp | ||
calc.vcxproj | ||
calc2.cpp | ||
echo.bf | ||
fizzbuzz.bf | ||
hello.bf | ||
jmp_table.cpp | ||
Makefile | ||
memfd.cpp | ||
memfunc.cpp | ||
profiler.cpp | ||
protect-re.cpp | ||
quantize.cpp | ||
quantize.vcxproj | ||
stackframe.cpp | ||
static_buf.cpp | ||
test0.cpp | ||
test0.vcxproj | ||
test_util.cpp | ||
test_util.vcxproj | ||
toyvm.cpp | ||
toyvm.vcxproj |