Skip to content

Commit 23a3f54

Browse files
authored
Upgrade toolchain used for running hooks to v3.1 (#59)
This resolves patch_rm2fb failing to install patchelf.
1 parent bdeddfa commit 23a3f54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toltec/hooks/strip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
logger = logging.getLogger(__name__)
2121

2222
MOUNT_SRC = "/src"
23-
TOOLCHAIN = "toolchain:v1.3.1"
23+
TOOLCHAIN = "toolchain:v3.1"
2424

2525

2626
def walk_elfs(src_dir: str, for_each: Callable) -> None:

0 commit comments

Comments
 (0)