Skip to content

Commit

Permalink
Restore compatibility with older python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arichardson committed Dec 8, 2023
1 parent ee1fc3b commit cef037c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycheribuild/config/compilation_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
from ..projects.run_qemu import AbstractLaunchFreeBSD # no-combine


@functools.lru_cache
@functools.lru_cache(maxsize=20)
def _linker_supports_riscv_relaxations(linker: Path, config: CheriConfig) -> bool:
try:
linker_version = get_version_output(linker, config=config)
Expand Down

0 comments on commit cef037c

Please sign in to comment.