Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 6611e76

Browse files
author
imarkov
committed
Fix the CI pipeline
1 parent d0b006d commit 6611e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,7 @@ impl ili9341::Mode for KalugaOrientation {
974974

975975
// TODO: This is coming from the panic_abort crate (but only when panic_immediate_abort is NOT enabled),
976976
// because it calls fs::canonicalize() here: https://github.com/rust-lang/backtrace-rs/blob/master/src/symbolize/gimli/elf.rs#L353
977+
// The "standard" Unix implementation of fs::canonicalize() just calls libc::realpath, which is nort implemented for the ESP-IDF
977978
//
978979
// It is unclear what the long-term fix would be:
979980
// - Option A: Implement `realpath` for the ESP-IDF similarly to this implementation: https://sourceware.org/legacy-ml/newlib/2016/msg00498.html

0 commit comments

Comments
 (0)