Skip to content

Commit 97eda45

Browse files
committed
Add backports module to address test errors
Signed-off-by: Min Yeol Lim <min.yeol.lim@intel.com>
1 parent 5823722 commit 97eda45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

container.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22.2 AS gprofiler
1+
FROM alpine:3.23.0 AS gprofiler
22

33
ARG ARCH
44
ARG EXE_PATH=build/${ARCH}/gprofiler

pyinstaller.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ a = Analysis(scripts=['pyi_build.py'],
66
pathex=['/app'],
77
binaries=[],
88
datas=[('gprofiler/resources', 'gprofiler/resources')],
9-
hiddenimports=[],
9+
hiddenimports=[backports],
1010
hookspath=[],
1111
runtime_hooks=[],
1212
excludes=['readline'],

0 commit comments

Comments
 (0)