zig/ci/linux
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
..
build-aarch64.sh CI: use consistent relative/absolute paths for zig test commands 2022-11-22 21:08:09 -07:00
build-tarballs.sh CI: disable building docs on x86_64-linux debug 2022-11-22 15:15:04 -07:00
build-x86_64-debug.sh CI: use consistent relative/absolute paths for zig test commands 2022-11-22 21:08:09 -07:00
build-x86_64-release.sh CI: use consistent relative/absolute paths for zig test commands 2022-11-22 21:08:09 -07:00