Merged
Conversation
Contributor
Author
nekohasekai rejected my request and recommended me to maintain my own gomobile fork... That's unnecessary. And, she also pointed out that xray-core is now in license illegal state. See XTLS/Xray-core#3272. |
rosebe
added a commit
to rosebe/AndroidLibXrayLite
that referenced
this pull request
Jan 14, 2025
disable stripping (2dust#98)
ichurkin
added a commit
to ichurkin/AndroidLibXrayLite
that referenced
this pull request
Feb 4, 2025
* main: (24 commits) Update workflows (2dust#107) Fix go.sum (2dust#105) Revert "migranting libtun2socks from 2dust/AndroidLibV2rayLite (2dust#90)" (2dust#104) Update dependencies and Submodules (2dust#95) Updating xray-core to v25.1.30 0a8470cb14ebbf7ee4cbb6c601bb9db072ace985 2025.01.30 update go version and remove patch (2dust#100) disable stripping (2dust#98) fix update (2dust#93) revert to golang.org/x/mobile (2dust#94) Update dependencies (2dust#92) Grab tags instead of releases (2dust#89) migranting libtun2socks from 2dust/AndroidLibV2rayLite (2dust#90) automating xray-core updating (2dust#88) update go.mod (2dust#85) switch to dbip (2dust#83) gomobile bind for rb (2dust#82) Update go.mod (2dust#81) Update go.mod Update dependencies (2dust#79) ... # Conflicts: # go.mod # go.sum # libv2ray_main.go
ichurkin
added a commit
to ichurkin/AndroidLibXrayLite
that referenced
this pull request
Feb 4, 2025
* main: (24 commits) Update workflows (2dust#107) Fix go.sum (2dust#105) Revert "migranting libtun2socks from 2dust/AndroidLibV2rayLite (2dust#90)" (2dust#104) Update dependencies and Submodules (2dust#95) Updating xray-core to v25.1.30 0a8470cb14ebbf7ee4cbb6c601bb9db072ace985 2025.01.30 update go version and remove patch (2dust#100) disable stripping (2dust#98) fix update (2dust#93) revert to golang.org/x/mobile (2dust#94) Update dependencies (2dust#92) Grab tags instead of releases (2dust#89) migranting libtun2socks from 2dust/AndroidLibV2rayLite (2dust#90) automating xray-core updating (2dust#88) update go.mod (2dust#85) switch to dbip (2dust#83) gomobile bind for rb (2dust#82) Update go.mod (2dust#81) Update go.mod Update dependencies (2dust#79) ... # Conflicts: # go.mod # go.sum # libv2ray_main.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Continuing #94.
Since a patch or a fork of stripping path for gomobile for Reproducible Builds is now infeasible. I switched to another strategy, used by SaeedDev94/Xray.
That is, disabling stripping but imitating all the build path, they use Docker container and a bash script to imitiate fdroidserver's path. I did vice versa, to imitate GitHub Runner's path, in fdroidserver's build script.
And it's confirmed to work.