Andrew Kelley
4592ee77c0
update CI tarball for macos
...
This includes the commit for -Wno-overriding-t-option
2023-01-22 15:00:53 -07:00
Andrew Kelley
3df4707ea7
CI: also test x86_64-macos with a debug zig compiler
2023-01-22 12:14:25 -07:00
Andrew Kelley
7b68b76326
CI: additionally test debug builds on Windows
2023-01-17 13:06:07 -05:00
kcbanner
0e659042ac
ci: run the behaviour tests using the cbe and msvc
2023-01-13 04:05:49 -05:00
Manlio Perillo
e2d7b2bf33
ci: remove extra whitespace
2022-12-30 15:01:54 -05:00
Andrew Kelley
e2e96eb13b
CI: update x86_64 and aarch64 LLVM tarballs with assertions enabled
2022-12-27 23:13:34 -07:00
Andrew Kelley
266e2e9a31
Revert "CI: workaround git bug regarding changed attributes"
...
This reverts commit aa44512b85 .
This commit is no longer needed.
2022-12-21 17:17:28 -07:00
Andrew Kelley
aa44512b85
CI: workaround git bug regarding changed attributes
2022-12-18 16:34:09 -07:00
Jakub Konka
b1f874c78a
enable testing for stage3 and stage4 being byte-for-byte identical
2022-12-16 18:05:58 +01:00
Andrew Kelley
b911b54aeb
CI: fix path to langref when running tidy
2022-12-14 14:26:02 -07:00
Andrew Kelley
8691fde0f6
CI: override cache folders on aarch64-windows
...
This matches the scripts we use for our other self-hosted runners.
2022-12-13 02:41:53 -05:00
Andrew Kelley
cacb962ba7
CMake: add workaround for CMAKE_AR not supporting spaces
...
This allows using `zig ar` for `CMAKE_AR`. Unfortunately, it requires a
patch to CMakeLists.txt and cannot be done merely with flags to the
cmake line.
2022-12-10 16:28:49 -07:00
Andrew Kelley
c9231f0547
CI: add aarch64-windows coverage
2022-12-10 16:28:49 -07:00
Andrew Kelley
83361e4a9b
CI: test updating the wasm binary
...
Make sure that no commit regresses the ability to upgrade our wasm
binary. Otherwise, somebody in the future is going to have a Bad Day.
2022-12-08 02:01:46 -05:00
Andrew Kelley
1122d9d212
CI: windows: fix zig lib dir path
...
See #12685
2022-12-07 12:49:17 -07:00
Jacob Young
eb4337fe83
Revert "CI: revert windows script to master branch version"
...
This reverts commit 106e967893 .
2022-12-07 01:34:21 -07:00
Andrew Kelley
106e967893
CI: revert windows script to master branch version
...
This commit chickens out and reverts
02456a32ad , leaving it for a future
enhancement.
2022-12-06 12:27:28 -07:00
Andrew Kelley
c58ebfb1e1
CI: aarch64-macos tarball patch
...
I messed up the spelling of '-stack_size' making it '-stack' instead.
Will need to fix on master branch. But let's test this here before
making another master branch commit.
2022-12-06 12:27:28 -07:00
Andrew Kelley
0f2a7d3b54
CI: don't pass -Denable-stage1 when building stage4
2022-12-06 12:27:28 -07:00
Andrew Kelley
f46567e6bf
CI: update tarballs
...
In particular, these two changes are relevant:
* zig cc: support -stack in addition to --stack for linker arg
- Fixes stack overflow when running zig2 on aarch64-macos.
* compiler_rt: avoid using weak aliases
- Fixes duplicate symbol when linking zig2 on aarch64-linux.
2022-12-06 12:27:28 -07:00
Andrew Kelley
3fb1b2caef
CI: use a patched tarball
...
In the CI system, I copied the old tarball and then applied
05c21a26cb2d5daf06191bd996d0770192704b66 to its compiler_rt
implementation.
After this is verified we can drop this commit and regenerate the
tarballs from a master branch commit.
2022-12-06 12:27:28 -07:00
Andrew Kelley
02456a32ad
CI: make Windows build from source like everybody else
...
Now that OOM is no longer a problem, the Windows CI can do the same
process every other system does instead of building from a recent Zig
binary.
2022-12-06 12:15:04 -07:00
Andrew Kelley
bdb6fb5763
CI: use cache directories local to the CI run
...
Override the cache directories because they won't actually help other CI
runs which will be testing alternate versions of zig, and ultimately
would just fill up space on the hard drive for no reason.
In practice we did see one of the CI servers fill up too many files
inside ~/.cache/zig, which caused certain file system operations to
start returning ENOSPC, despite the hard drive having plenty of space
left.
2022-12-04 15:45:15 -07:00
Andrew Kelley
af4361f57a
CI: update tarballs to 0.11.0-dev.448+e6e459e9e
...
Notably this contains a fix to zig cc that enables the syntax
`-Wl,-z,stack-size=0x10000`.
2022-12-02 17:31:33 -05:00
Andrew Kelley
9f9f1aadc7
CI: add aarch64-linux-debug job and flatten dirs
2022-12-01 00:37:47 -07:00
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 6028adda4b .
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
Jakub Konka
1829b6eab8
Merge pull request #13625 from kcbanner/windows_disable_symlink_tests
...
Skip linker tests requiring symlinks on Windows
2022-11-29 02:57:37 +01:00
Andrew Kelley
2df47df390
CI: move some stuff to the website repo
2022-11-26 15:34:35 -07:00
kcbanner
57bc61ab26
test-link: add -Denable-symlinks-windows to opt-in to using symlinks
...
Adds a way for standalone tests to declare they need symlinks, and these
tests won't be run on windows unless -Denable-symlinks-windows is set
2022-11-26 14:26:26 -05:00
Loris Cro
7fd34f18c5
ci: windows: add missing check to last test
2022-11-25 19:41:37 +01: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
Andrew Kelley
e14d135881
macos: x86_64: fix wrong path to cmake
2022-11-14 15:17:41 -07:00
Andrew Kelley
27e63bb59f
CI: aarch64-macos: set PATH env var for cmake
2022-11-14 15:15:12 -07:00
Andrew Kelley
37402e4d17
CI: separate aarch64 and x86_64 macos scripts
2022-11-14 15:10:05 -07:00
Loris Cro
bbd0775d77
ci: init github actions support
2022-11-14 22:41:36 +01:00