-
Notifications
You must be signed in to change notification settings - Fork 170
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
Usage of import commands and powershell command prevents cross-compile #171
Comments
Would it be possible to break this up, or perhaps adopt a Makefile that can be used on a automated pipeline? More than willing to help with this. WDYT? |
Actually since build.sh is meant to be run inside WSL, line 6 could just be replaced with: |
The
And you are right, as invoking 'powershell' to get an environment variable is mpt as clean as |
I've made some changes to my current pull request #169 to split build and import into different scripts and also allow build with |
Thanks, I'll check it out
…On Fri, Dec 2, 2022, 07:11 Jose Sa ***@***.***> wrote:
I've made some changes to my current pull request #169
<#169> to split build and
import into different scripts and also allow build with podman as
alternative.
—
Reply to this email directly, view it on GitHub
<#171 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAOZTKR2TLD3ZVBH3NSOLWLEWDZANCNFSM6AAAAAASOGG2HE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@josesa-xx for |
I'll close this issue since #169 seems to resolve the issue. |
In
./build.sh
there is a reliance on:wsl-vpnkit/build.sh
Line 6 in a074e1c
and
wsl-vpnkit/build.sh
Lines 17 to 20 in a074e1c
to determine and run specific Windows settings and commands.
The text was updated successfully, but these errors were encountered: