]> jfr.im git - irc/znc/znc.git/commitdiff
CI: Update usage of rebaseall on cygwin
authorAlexey Sokolov <redacted>
Sat, 29 Oct 2022 08:56:25 +0000 (09:56 +0100)
committerAlexey Sokolov <redacted>
Sat, 29 Oct 2022 15:24:43 +0000 (16:24 +0100)
.appveyor.yml

index 164ab5546decbab74ce10b7f663e9bf54f674da1..e5dd40a4738c61ab939bd90015b33a2cb9e03019 100644 (file)
@@ -28,7 +28,7 @@ build_script:
     - c:\cygwin-root\bin\sh -lc "znc --version"
       # fix fork()
     - c:\cygwin-root\bin\sh -lc "find /usr/local/lib/znc -iname '*.dll' -o -iname '*.so' | tee /tmp/files-to-rebase"
-    - c:\cygwin-root\bin\sh -lc "rebaseall -v -T /tmp/files-to-rebase"
+    - c:\cygwin-root\bin\sh -lc "rebase -s -v $(cat /tmp/files-to-rebase)"
 test_script:
     - c:\cygwin-root\bin\sh -lc "cd $APPVEYOR_BUILD_FOLDER/build; make VERBOSE=1 unittest < /dev/null"
     - c:\cygwin-root\bin\sh -lc "cd $APPVEYOR_BUILD_FOLDER/build; make VERBOSE=1 inttest < /dev/null"