File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142
142
"os": "ubuntu-latest",
143
143
"release": false,
144
144
"check-level": 2,
145
- "shell": "nix develop .#oldGlibc -c bash -euxo pipefail {0}",
145
+ "shell": "nix develop .#oldGlibc -c VERBOSE=1 bash -euxo pipefail {0}",
146
146
"llvm-url": "https://github.com/leanprover/lean-llvm/releases/download/15.0.1/lean-llvm-x86_64-linux-gnu.tar.zst",
147
147
"prepare-llvm": "../script/prepare-llvm-linux.sh lean-llvm*",
148
148
"binary-check": "ldd -v",
@@ -156,7 +156,7 @@ jobs:
156
156
"os": large ? "nscloud-ubuntu-22.04-amd64-4x8" : "ubuntu-latest",
157
157
"release": true,
158
158
"check-level": 0,
159
- "shell": "nix develop .#oldGlibc -c bash -euxo pipefail {0}",
159
+ "shell": "nix develop .#oldGlibc -c VERBOSE=1 bash -euxo pipefail {0}",
160
160
"llvm-url": "https://github.com/leanprover/lean-llvm/releases/download/15.0.1/lean-llvm-x86_64-linux-gnu.tar.zst",
161
161
"prepare-llvm": "../script/prepare-llvm-linux.sh lean-llvm*",
162
162
"binary-check": "ldd -v",
You can’t perform that action at this time.
0 commit comments