ci+fix: link the exported UCRT time symbols; gdb over copier_test too
- localtime_s/gmtime_s are MinGW header inlines, not symbols — link _localtime64_s/_gmtime64_s - copier_test also segfaults only on the Linux runner; add it to the on-failure gdb backtrace
This commit is contained in:
@@ -212,7 +212,7 @@ jobs:
|
||||
if: failure()
|
||||
run: |
|
||||
sudo apt-get install -y gdb
|
||||
for name in node_e2e_test suites_test; do
|
||||
for name in node_e2e_test suites_test copier_test; do
|
||||
BIN=$(ls -t target/debug/deps/$name-* | grep -v '\.d$' | head -1)
|
||||
[ -n "$BIN" ] || continue
|
||||
xvfb-run -a gdb -batch -ex run -ex bt -- "$BIN" --nocapture || true
|
||||
|
||||
Reference in New Issue
Block a user