-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge rem into re #683
merge rem into re #683
Conversation
May I kindly ask for some explanation? I'm not against this, I just would like to understand why rem will be merged into re. |
looks like the MinGW build is failing:
I have also made a PR for baresip-win32 but I am not sure if it is picked up? |
I think its not, can you try with dependency helper: --- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -34,9 +34,14 @@ jobs:
repo: https://github.com/baresip/retest
secret: ${{ secrets.GITHUB_TOKEN }}
- - name: "clone baresip-win32 repo"
+ - uses: sreimers/[email protected]
+ with:
+ name: baresip-win32
+ repo: https://github.com/baresip/baresip-win32
+ secret: ${{ secrets.GITHUB_TOKEN }}
+
+ - name: "baresip-win32 repo"
run: |
- git clone https://github.com/baresip/baresip-win32.git
mv rem baresip-win32/
mv retest baresip-win32/ |
from my perspective mainly to simplify maintenance and development, some benefits are:
|
Tried on Debian. Worked OK, but debian/control needs librem dependency removed from line:
Will try later on Android. |
Now Debian libre build gave these warnings:
|
looks like linking to libm was missing... @sreimers should we merge this to main now ? |
Yes, looks good to me. Thanks! |
audio/rem is now merged into audio/re [1] [1] baresip/re#683 Reported by: Herbert J. Skuhra <[email protected]> (by email)
No description provided.