Skip to content

Commit

Permalink
CI: Release libs update
Browse files Browse the repository at this point in the history
Signed-off-by: cyc60 <[email protected]>
  • Loading branch information
cyc60 committed Sep 15, 2023
1 parent 1550cba commit cd90383
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions operator.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ if platform == "linux" or platform == "linux2":
('src/common/word_lists/*', 'src/common/word_lists/'),
('./pyproject.toml', '.'),
('./GIT_SHA', '.'),
('/usr/lib/x86_64-linux-gnu/libssl.so.1.1', '.'),
('/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1', '.'),
('/usr/lib/x86_64-linux-gnu/libffi.so.7', '.')
]
else:
datas = [
Expand Down Expand Up @@ -42,7 +39,6 @@ a = Analysis(
cipher=block_cipher,
noarchive=False,
)
a.exclude_system_libraries()
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)

exe = EXE(
Expand Down

0 comments on commit cd90383

Please sign in to comment.