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

Revert "Remove tmp prefix from tar path" #176

Merged
merged 1 commit into from
Apr 29, 2021
Merged

Conversation

magik6k
Copy link
Contributor

@magik6k magik6k commented Apr 29, 2021

Reverts #158 - it breaks the publish CI -> https://app.circleci.com/pipelines/github/filecoin-project/filecoin-ffi/975/workflows/37041e94-3dea-4c02-9878-f2c2369c2531/jobs/5277

...
+ trap '{ rm -rf $__tmp_dir; }' EXIT
+ mkdir /tmp/tmp.GpgYd9uoil/filcrypto
+ find -L . -type f -name filcrypto.h -exec cp -- '{}' /tmp/tmp.GpgYd9uoil/filcrypto ';'
+ find -L . -type f -name libfilcrypto.a -exec cp -- '{}' /tmp/tmp.GpgYd9uoil/filcrypto ';'
+ find -L . -type f -name filcrypto.pc -exec cp -- '{}' /tmp/tmp.GpgYd9uoil/filcrypto ';'
+ tar -czf /tmp/filecoin-ffi-Linux-standard-pairing.tar.gz -C /tmp/tmp.GpgYd9uoil 'filcrypto/*'
tar: filcrypto/*: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
+ rm -rf /tmp/tmp.GpgYd9uoil

Copy link
Contributor

@cryptonemo cryptonemo left a comment

Choose a reason for hiding this comment

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

Ok, this is unnecessary, so I support reverting it. Unfortunate, as it looked like it would 'just work'.

@magik6k magik6k merged commit 3db17a0 into master Apr 29, 2021
@cryptonemo cryptonemo deleted the revert-158-fix/tar-path branch April 29, 2021 19:50
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.

2 participants