Skip to content

Commit

Permalink
doc: add warning about OpenWRT on ARM64
Browse files Browse the repository at this point in the history
add a workaround for the current OpenWRT issue.
  • Loading branch information
romshark committed Jan 17, 2025
1 parent 5813141 commit f528451
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/dev/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@ Setup
make test
make test-integration
.. Warning::

Integration tests will fail to execute on ARM64 due to OpenWRT.
The current workaround is to remove the ``"integration"`` tag from
``"openwrt_test"`` in ``dist/test/BUILD.bazel``.

#. (Optional) If you already have some code you wish to contribute upstream, you can also run the
linters locally with:

Expand Down

0 comments on commit f528451

Please sign in to comment.