reproxy: fix darwin build
This commit is contained in:
parent
91f69cd0ad
commit
18e4425e23
@ -15,6 +15,12 @@ buildGoModule rec {
|
|||||||
# Requires network access
|
# Requires network access
|
||||||
substituteInPlace app/main_test.go \
|
substituteInPlace app/main_test.go \
|
||||||
--replace "Test_Main" "Skip_Main"
|
--replace "Test_Main" "Skip_Main"
|
||||||
|
|
||||||
|
# Fails on Darwin.
|
||||||
|
# https://github.com/umputun/reproxy/issues/77
|
||||||
|
substituteInPlace app/discovery/provider/file_test.go \
|
||||||
|
--replace "TestFile_Events" "SkipFile_Events" \
|
||||||
|
--replace "TestFile_Events_BusyListener" "SkipFile_Events_BusyListener"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
vendorSha256 = null;
|
vendorSha256 = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user