Skip to content

Commit

Permalink
Use GitHub mirror of lwip
Browse files Browse the repository at this point in the history
Upstream GNU repository seems to be very slow or return 502 from time to
time. Replace it with GitHub mirror to improve CI robustness.
  • Loading branch information
nbdd0121 authored and marnovandermaas committed Aug 30, 2024
1 parent eeb06a6 commit 1937543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/legacy/demo/ethernet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(CMAKE_C_FLAGS "-O2")
include(FetchContent)
FetchContent_Declare(
lwip
GIT_REPOSITORY http://git.savannah.gnu.org/git/lwip.git
GIT_REPOSITORY https://github.com/lwip-tcpip/lwip.git
GIT_TAG STABLE-2_2_0_RELEASE
)
FetchContent_Populate(lwip)
Expand Down

0 comments on commit 1937543

Please sign in to comment.