This is an automated email from the ASF dual-hosted git repository.
manjusaka pushed a commit to branch manjusaka/support-framepointer
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/manjusaka/support-framepointer
by this push:
new a424470d4 Update
a424470d4 is described below
commit a424470d45baa6f7c773d894aac5a1f39a37b19b
Author: Manjusaka <[email protected]>
AuthorDate: Tue Dec 19 00:30:04 2023 +0800
Update
---
.github/actions/setup/action.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/actions/setup/action.yaml
b/.github/actions/setup/action.yaml
index d8a3fdc23..f9937f7ab 100644
--- a/.github/actions/setup/action.yaml
+++ b/.github/actions/setup/action.yaml
@@ -40,6 +40,7 @@ runs:
run: |
# Disable full debug symbol generation to speed up CI build and keep
memory down
# "1" means line tables only, which is useful for panic tracebacks.
+ # About `force-frame-pointers`, here's the discussion history:
https://github.com/apache/incubator-opendal/issues/3756
echo "RUSTFLAGS=-C force-frame-pointers=yes -C debuginfo=1" >>
$GITHUB_ENV
# Enable backtraces
echo "RUST_BACKTRACE=1" >> $GITHUB_ENV