zig/test/link
Andrew Kelley 60eabc0eca std.Build.CompileStep: remove run() and install()
These functions are problematic in light of dependencies because they
run and install, respectively, for the *owner* package rather than for
the *user* package. By removing these functions, the build script is
forced to provide the *Build object to associate the new step with,
making everything less surprising.

Unfortunately, this is a widely breaking change.

see #15079
2023-04-10 18:35:14 -07:00
..
bss std.Build.CompileStep: remove run() and install() 2023-04-10 18:35:14 -07:00
common_symbols std.Build.CompileStep: remove run() and install() 2023-04-10 18:35:14 -07:00
common_symbols_alignment std.Build.CompileStep: remove run() and install() 2023-04-10 18:35:14 -07:00
glibc_compat glibc compat: add a test and README 2023-03-28 22:29:20 +03:00
interdependent_static_c_libs std.Build.CompileStep: remove run() and install() 2023-04-10 18:35:14 -07:00
macho std.Build.CompileStep: remove run() and install() 2023-04-10 18:35:14 -07:00
wasm std.Build.CompileStep: remove run() and install() 2023-04-10 18:35:14 -07:00