summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/daemon.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-09-18Create custom action for Mullvad build envDavid Lönnhager1-76/+6
2025-09-18Cap concurrent processes at 2 when building Windows modulesMarkus Pettersson1-1/+1
2025-08-28Allow caping concurrent processes when building Windows modulesMarkus Pettersson1-2/+12
2025-08-22Revert "Pin Rust nightly compiler to 2025-08-11"Markus Pettersson1-3/+1
This reverts commit 9b3324b2a2e1a22a3a85b539f39ae0fce89ca5e7.
2025-08-13Pin Rust nightly compiler to 2025-08-11 to avoid compiler regressionMarkus Pettersson1-1/+3
2025-05-26Update setup-zig actionDavid Lönnhager1-1/+1
2025-05-19Use GitHub hosted Windows arm runnerMarkus Pettersson1-3/+7
2025-05-19Install `protoc` on Windows ARM runnerMarkus Pettersson1-2/+0
2025-05-19Install `zig` on Windows arm runnerMarkus Pettersson1-2/+0
2025-05-16Allow long filenames in git for the Windows Github runnersMarkus Pettersson1-0/+5
2025-02-11Update actions/cache to v4Joakim Hulthe1-1/+1
2025-02-07Update all CI to update wireguard-go submodule more explicitlyLinus Färnstrand1-3/+3
2025-02-04Test linux against pinned Rust versionLinus Färnstrand1-1/+7
2025-02-04Change run commands to single lineKalle Lindström1-2/+1
2025-02-04Set toolchain and target directly with RustupLinus Färnstrand1-16/+3
2025-01-27Add go to daemon workflowDavid Lönnhager1-0/+5
2025-01-27Disable setup-zig on WoADavid Lönnhager1-0/+2
2025-01-24Install zig in actions workflowsDavid Lönnhager1-0/+3
2025-01-24Check out wireguard-go-rs submodule in Windows daemon workflowDavid Lönnhager1-1/+3
2025-01-08Add gradle rust pluginJonatan Rhodin1-1/+0
2024-12-02Add daemon CI job for Windows ARM64David Lönnhager1-6/+25
2024-12-02Use latest stable Rust version in daemon workflow (unpin)David Lönnhager1-1/+1
2024-11-28Pin `rustc` to `1.81` in Windows build GHAMarkus Pettersson1-1/+1
2024-11-26Update Actionstinyboxvk1-4/+4
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
2024-11-14Update github actions workflowsOskar1-1/+1
2024-08-28ci: Use GITHUB_OUTPUT envvar instead of set-output commandArun Sathiya1-1/+1
`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/). This PR updates the usage of `::set-output` to `"$GITHUB_OUTPUT"` Instructions for envvar usage from GitHub docs: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
2024-08-22Add top level `permissions` to all Github Actions workflowsLinus Färnstrand1-0/+3
The default permission on the repository is already set to read only. So in practice this makes no difference. But this makes that more explicit, and less relying on the repository being correctly configured. This also makes security scanning tools such as OpenSSF scorecard happier about the overall security of our repository.
2024-07-23Exclude heavy compile CI jobs on changes to CODEOWNERSLinus Färnstrand1-0/+1
2024-07-16Exclude ci/ directory from triggering heavy Rust CI jobsLinus Färnstrand1-0/+2
2024-07-09Configure which CI jobs should be triggered by osv-scanner.toml changesLinus Färnstrand1-0/+1
2024-06-25Update Github actions to use `wireguard-go` as a submoduleMarkus Pettersson1-2/+7
2024-04-23Bump setup-protoc action to v3David Lönnhager1-2/+2
2024-04-18Remove pointless submodule updateDavid Lönnhager1-4/+0
2024-04-16Check out wg-nt in CIDavid Lönnhager1-0/+4
2024-02-08Revert "Temporarily disable Rust nightly builds for daemon"Markus Pettersson1-5/+1
This reverts commit 682d2c27c64022bc064b5418bd8be338471a1c50.
2024-02-06Temporarily disable Rust nightly builds for daemonDavid Lönnhager1-1/+5
2024-01-04Update go version to 1.21.3 in the github workflowJonatan Rhodin1-1/+1
2023-08-31Remove go dependencyDavid Lönnhager1-5/+0
2023-05-19Use C drive for build artifacts in CIEmīls1-0/+5
2023-03-03Ignore git warnings about safe directories (github actions limitation)Linus Färnstrand1-1/+3
2023-02-27Add i686-pc-windows-msvc to CI workflowDavid Lönnhager1-0/+1
2023-01-20Use a shorter and smarter include path list for the "Daemon+CLI" jobLinus Färnstrand1-27/+21
2023-01-13Run yamlfix on all of .github/workflows/Linus Färnstrand1-141/+144
2022-12-15Use the official Linux container image to build Rust in GH actionsLinus Färnstrand1-23/+37
2022-10-10Make Visual Studio/C++ projects fetch version.h from mullvad-versionLinus Färnstrand1-1/+0
2022-09-27Download protoc in CIEmīls Piņķis1-0/+15
2022-08-15Bump go patch versionDavid Lönnhager1-3/+3
2022-08-15Bump actions golang to 1.18.1Albin1-3/+3
2022-08-15Bump setup-go action to v3Albin1-3/+3
2022-08-12Always continue on errorJonathan1-1/+1