Commit 185bbe6
Fix Debian GitHub build & zstd CMake error (facebook#200)
Summary:
1. Workaround for Debian Docker image bug that is breaking Debian build on GitHub (Explicitly mark Git repo as safe).
2. Pin zstd to a commit that resolves problems with older CMakes (note: affects all OSes, not just Debian)
Context for 1: In latest Debian Docker image , there is a regression that affects the checkout action.
From actions/checkout#1169:
> - Checkout runs, and runs /usr/bin/git config --global --add safe.directory <path>
> - The global .gitconfig does not exist
> - Any calls to git remain unsafe/dubious
The suggested workaround was to use --system instead of --global.
Pull Request resolved: facebook#200
Test Plan: See if GitHub Action Debian build is fixed.
Reviewed By: therealgymmy
Differential Revision: D43720363
Pulled By: jaesoo-fb
fbshipit-source-id: 54f3586cc7f8e72045e60d8dd454c7a77725e6b21 parent 7785d24 commit 185bbe6
File tree
2 files changed
+9
-2
lines changed- .github/workflows
- contrib
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
178 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
179 | 183 | | |
180 | 184 | | |
181 | 185 | | |
| |||
0 commit comments