- May 11, 2023
-
-
Zeeshan Ali Khan authored
-
- May 10, 2023
-
-
Zeeshan Ali Khan authored
CI,GH: Cache deps on Windows
-
Zeeshan Ali Khan authored
We don't need the git version and cargo caching action doesn't help with cloning of git repos so the build takes longer in the CI than it needs to.
-
Zeeshan Ali Khan authored
Windows is the slowest (takes 15 mins) of the CI jobs. Let's make it faster by caching the built and installed deps.
-
- May 09, 2023
-
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
Add Windows CI
-
Zeeshan Ali Khan authored
Github pages will become the new home for our book.
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
This is not needed in case of Github actions.
-
Zeeshan Ali Khan authored
Not even sure what it used to do in actions-rs.
-
Zeeshan Ali Khan authored
The version of Rust tools is displayed in the output of `dtolnay/rust-toolchain@master`.
-
Zeeshan Ali Khan authored
-
- May 08, 2023
-
-
Zeeshan Ali Khan authored
Bring GH CI on par with Linux part of the gitlab CI
-
Zeeshan Ali Khan authored
Should have been done as part of 67e66621.
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
actions-rs/toolchain is unmaintained.
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
CI: Rename CI dir to be more generic See merge request !684
-
Zeeshan Ali Khan authored
We'll use the same files in Github actions too.
-
Zeeshan Ali Khan authored
zb: Add launchd address support for macOS See merge request !667
-
- May 07, 2023
-
-
On target OS that is UNIX but not an Android or Linux, `fd` variable in `get_unix_pid` function will remain unused. So tell clippy it's okay, I've added an underscore in var name.
-
-
Mention macOS and Windows as supported targets but making an emphasis on Linux as the main tested target.
-
Add two cases. One checks `launchd` address parsing. Another checks Display format for `launchd` address.
-
This test requires dbus to be installed on the host system. It gets an address using `launchd` and then established dbus connection.
-
Introduce a new "launchd" address option. It follows D-Bus specification with the same rules. `env` key is required and represents env variable to use for socket path lookup. Also use the new address in default `connect` method.
-
Zeeshan Ali Khan authored
-
This commit introduces the abstraction for executing & reading command output. Intented to be used for macOS support so target is set to macOS only, although the code is generic for all platforms.
-
We'll be using it in a following commit to enable launchd address support on MacOS.
-
We'll be using this in a following commit to add launchd address support on MacOS.
-