Skip to content
Snippets Groups Projects
Commit 8c1de441 authored by Timothee Besset's avatar Timothee Besset Committed by Timothee Besset
Browse files

fix packaging for cygwin OpenSSH_9.5p1, OpenSSL 3.0.12 24 Oct 2023

parent 2fa81f82
No related branches found
Tags v0.20231106.2-test
No related merge requests found
...@@ -38,7 +38,7 @@ if __name__ == '__main__': ...@@ -38,7 +38,7 @@ if __name__ == '__main__':
sys.stdout = Unbuffered(sys.stdout) sys.stdout = Unbuffered(sys.stdout)
sys.stderr = Unbuffered(sys.stderr) sys.stderr = Unbuffered(sys.stderr)
call(f'python -m venv .') call(f'python3.11 -m venv .')
interpreter = os.path.join(ROOT_DIR, r'Scripts\python.exe') interpreter = os.path.join(ROOT_DIR, r'Scripts\python.exe')
call(f'{interpreter} -m pip install --upgrade pip') call(f'{interpreter} -m pip install --upgrade pip')
pip = os.path.join(ROOT_DIR, r'Scripts\pip.exe') pip = os.path.join(ROOT_DIR, r'Scripts\pip.exe')
......
...@@ -72,7 +72,8 @@ if __name__ == '__main__': ...@@ -72,7 +72,8 @@ if __name__ == '__main__':
'cygpath.exe', 'cygpath.exe',
'rsync.exe', 'rsync.exe',
'ssh.exe', 'ssh.exe',
'cygcrypto-1.1.dll', 'cygcrypto-1.1.dll', # rsync.exe
'cygcrypto-3.dll', # ssh.exe
'cygwin1.dll', 'cygwin1.dll',
'cygz.dll', 'cygz.dll',
'cygiconv-2.dll', 'cygiconv-2.dll',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment