diff options
| author | Linus Färnstrand <faern@faern.net> | 2022-07-01 14:52:08 +0200 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2022-07-01 14:52:08 +0200 |
| commit | 286b4289be4cea5324bcc6d27de884085d3683ea (patch) | |
| tree | eba2d6bc941b03b3bfdefae15a83d2681db47bcb /.github | |
| parent | 1ded49e7ef9a2af2cb0f86328009c517d49b2fd8 (diff) | |
| download | mullvadvpn-286b4289be4cea5324bcc6d27de884085d3683ea.tar.xz mullvadvpn-286b4289be4cea5324bcc6d27de884085d3683ea.zip | |
Document that we should look into other platforms later
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust-unused-dependencies.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/rust-unused-dependencies.yml b/.github/workflows/rust-unused-dependencies.yml index 0aba9f8e1f..e655fcc9c9 100644 --- a/.github/workflows/rust-unused-dependencies.yml +++ b/.github/workflows/rust-unused-dependencies.yml @@ -9,6 +9,9 @@ on: workflow_dispatch: jobs: cargo-udeps: + # TODO: This does not capture and alert about platform specific dependencies on non-linux + # Since `cargo-udeps` seem to go pretty far with the compiling, i guess we need + # to run separate runners with different OSes to capture this aspect. runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 |
