This repository was archived by the owner on Apr 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Fix appimage #6
Merged
Merged
Fix appimage #6
Conversation
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
4d0648a to
05099a2
Compare
Member
Author
|
(Checks should pass after merge) |
PhysSong
reviewed
Oct 1, 2019
Member
|
Previously, the script abused the word splitting to split multiple arguments in a environment variable. I think you should revert the last commit unless you can remove the abusing of that behavior properly. |
Member
Author
|
I don't know why exactly, but it does not work anymore and docker will fail
to parse arguments before my changes.
…On Wed, 2 Oct 2019, 02:09 Hyunjin Song, ***@***.***> wrote:
Previously, the script abused the word splitting to split multiple
arguments in a environment variable. I think you should revert the last
commit unless you can remove the abusing of that behavior properly.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6?email_source=notifications&email_token=AFOMGKHEHUBR6MVORDGLSRTQMPKB7A5CNFSM4I4LYNGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEADBCOA#issuecomment-537268536>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFOMGKBC7JD5RGLSBFJEKRTQMPKB7ANCNFSM4I4LYNGA>
.
|
Member
Author
|
… On Wed, 2 Oct 2019, 02:17 Shmuel Hazan, ***@***.***> wrote:
I don't know why exactly, but it does not work anymore and docker will
fail to parse arguments before my changes.
On Wed, 2 Oct 2019, 02:09 Hyunjin Song, ***@***.***> wrote:
> Previously, the script abused the word splitting to split multiple
> arguments in a environment variable. I think you should revert the last
> commit unless you can remove the abusing of that behavior properly.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#6?email_source=notifications&email_token=AFOMGKHEHUBR6MVORDGLSRTQMPKB7A5CNFSM4I4LYNGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEADBCOA#issuecomment-537268536>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AFOMGKBC7JD5RGLSBFJEKRTQMPKB7ANCNFSM4I4LYNGA>
> .
>
|
Member
|
Got it, you should restore the |
Member
Author
|
This job is without any modification to the build file and still fails.
Maybe build environment's docker image used to have bash for sh and it was
changed recently.
…On Wed, 2 Oct 2019, 03:14 Hyunjin Song, ***@***.***> wrote:
Got it, you should restore the IFS to retain the splitting behavior.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6?email_source=notifications&email_token=AFOMGKB5DM44KUOLOH2BOA3QMPRVRA5CNFSM4I4LYNGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEADENSQ#issuecomment-537282250>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFOMGKFMLGKNVU3YX2FQBUTQMPRVRANCNFSM4I4LYNGA>
.
|
PhysSong
pushed a commit
that referenced
this pull request
Oct 2, 2019
* Move wine to linux.gcc and switch linux.gcc to Xenial (AppImage won't build otherwise) * CircleCI: Parse docker tags from job names * Set UBUNTU_VERSION in build-image.sh instead of the CircleCI config file
PhysSong
pushed a commit
that referenced
this pull request
Oct 2, 2019
* Move wine to linux.gcc and switch linux.gcc to Xenial (AppImage won't build otherwise) * CircleCI: Parse docker tags from job names * Set UBUNTU_VERSION in build-image.sh instead of the CircleCI config file
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.