Andrew Kelley
deda6b5146
LLVM: fix canElideLoad behavior with loops
...
closes #13546
2022-11-30 00:20:49 -05:00
Loris Cro
52e1be9c68
Revert "ci: add markers for collapsing log sections in GH web UI"
...
This reverts commit 6028adda4bc456d95dada6d1b9b91756ae6b5377.
2022-11-29 22:55:04 +01:00
Loris Cro
6028adda4b
ci: add markers for collapsing log sections in GH web UI
2022-11-29 22:03:30 +01:00
Andrew Kelley
2df47df390
CI: move some stuff to the website repo
2022-11-26 15:34:35 -07:00
Andrew Kelley
984acae12d
CI: use consistent relative/absolute paths for zig test commands
...
Standard library tests require the root source file to be the
corresponding file inside the Zig lib directory. In other words, there
may not be two copies of the standard library. After the changes in this
branch, Zig no longer notices that `../lib/std.zig` and
`$(pwd)/../lib/std.zig` are the same file because one is relative and
one is absolute.
2022-11-22 21:08:09 -07:00
Andrew Kelley
32ce2f91a9
CI: fix wrong path name in x86_64-linux release script
...
I verified that the script will pass with this change.
2022-11-22 20:54:30 -07:00
Andrew Kelley
c24c6fe210
CI: disable building docs on x86_64-linux debug
...
See tracking issue #13546
2022-11-22 15:15:04 -07:00
Andrew Kelley
b3b507ad8f
CI: disable building tarballs; x86 self-hosted
2022-11-22 14:13:58 -07:00
Loris Cro
671fb4ac47
ci: move tarball creation and publishing to github-hosted runners
2022-11-22 13:40:31 -07:00
Andrew Kelley
283c92e362
CI: add missing backslash
2022-11-22 01:28:08 -08:00
Andrew Kelley
936b44e50a
CI: fix wrong directory paths
2022-11-22 01:20:22 -08:00
Andrew Kelley
ab680250e1
CI: fix wrong lib dir path
2022-11-22 01:05:59 -07:00
Andrew Kelley
e18d310afd
CI: build from old zig on x86_64-linux debug
...
This is to work around OOM on the CI server. Once #13560 is complete,
we can avoid having to replace the tarballs so often.
2022-11-22 00:56:44 -07:00
Andrew Kelley
0912f1d1f9
CI: fix wrong tarball name for aarch64-linux
2022-11-21 20:19:44 -07:00
Andrew Kelley
e21b6a712d
CI: switch to GitHub Actions
2022-11-21 20:16:08 -07:00
Andrew Kelley
f3d987dc87
CI: start moving tarball generation to github actions
2022-11-21 20:16:08 -07:00
Andrew Kelley
c822da7121
CI: aarch64-linux: support older cmake
2022-11-21 20:16:08 -07:00
Andrew Kelley
5d7efa6d82
CI: aarch64-linux: init
2022-11-14 16:04:01 -07:00
Loris Cro
bbd0775d77
ci: init github actions support
2022-11-14 22:41:36 +01:00