Skip to content
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

Fix NaCl build: tar was called incorrectly. #410

Merged
merged 1 commit into from
Jan 8, 2017

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Jan 8, 2017

tar -jxf expects a file.


This change is Reviewable

@iphydf iphydf added this to the v0.1.4 milestone Jan 8, 2017
@@ -4,7 +4,7 @@

# Also install vanilla NaCl
[ -f $CACHE_DIR/lib/amd64/libnacl.a ] || {
curl https://hyperelliptic.org/nacl/nacl-20110221.tar.bz2 | tar -jxf
curl https://hyperelliptic.org/nacl/nacl-20110221.tar.bz2 | tar jx
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Specifying archive format is not necessary when calling tar.

@iphydf
Copy link
Member Author

iphydf commented Jan 8, 2017

Review status: 0 of 1 files reviewed at latest revision, 1 unresolved discussion.


other/travis/autotools-linux-install, line 7 at r1 (raw file):

Previously, zetok wrote…

Specifying archive format is not necessary when calling tar.

It is for pipes. It can't infer the format without a filename.


Comments from Reviewable

@zetok
Copy link

zetok commented Jan 8, 2017

:lgtm_strong:


Reviewed 1 of 1 files at r1.
Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

@iphydf iphydf assigned zetok and unassigned Diadlo Jan 8, 2017
@iphydf iphydf merged commit 20be9a8 into TokTok:master Jan 8, 2017
@nurupo
Copy link
Member

nurupo commented Jan 13, 2017

:lgtm_strong:


Comments from Reviewable

@iphydf iphydf deleted the fix-nacl-build branch January 21, 2018 10:33
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants