Skip to content

Commit

Permalink
[antlir][oss] disable experimental zstd feature (#247)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #247

This is why we're getting errors like
```
❯ buck build antlir//antlir/antlir2/features/tarball/tests:tarball
Action failed: antlir//antlir/antlir2/features/tarball/tests:tarball (antlir2_feature_analyze compile/tarball[0])
Local command returned non-zero exit code 1
Reproduce locally: `env -- 'BUCK_SCRATCH_PATH=buck-out/v2/tmp/antlir/4d2ef6eeff94964d/antlir2_feature_analyze/compile/ta ...<omitted>... antlir/antlir2/features/tarball/tests/__tarball__/compile/features/compile/tarball[0].analyzed.json' (run `buck2 log what-failed` to get the full command)`
stdout:
stderr:
Error: while determining feature requires

Caused by:
    could not load plugin: buck-out/v2/gen/antlir/1cd7095141bd4987/antlir/antlir2/features/tarball/__tarball__/tarball.so: undefined symbol: ZSTD_createThreadPool
```

Test Plan: GitHub Actions

Reviewed By: naveedgol

Differential Revision: D59683732

fbshipit-source-id: 7c343994e9883d74874e389eb21711b15bc3a43b
  • Loading branch information
vmagro authored and facebook-github-bot committed Jul 12, 2024
1 parent 33da2c5 commit ee369d9
Showing 1 changed file with 52 additions and 60 deletions.
Loading

0 comments on commit ee369d9

Please sign in to comment.