Skip to content

Commit 7ba53fc

Browse files
committed
Revert changes for pre-downloaded files
1 parent 65f12d9 commit 7ba53fc

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

.github/workflows/build_wheels_linux.yml

-2
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ jobs:
171171

172172
- name: Build a package
173173
run: |
174-
# Download all 3rdparty files
175-
source scripts/source-packages-preparation.sh ${{ github.workspace }}
176174
set -e
177175
# Build and package
178176
set -x

scripts/source-packages-preparation.sh

-20
This file was deleted.

setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ def main():
162162
"-DPYTHON3_LIMITED_API=ON",
163163
"-DBUILD_OPENEXR=ON",
164164
"-DBUILD_PNG=ON",
165-
# To have all 3rdparty files in one place for source packages
166-
"-DOPENCV_DOWNLOAD_PATH=%s" % (os.path.join(os.path.dirname(os.path.abspath(__file__)), "opencv", "3rdparty")),
167165
]
168166
+ (
169167
# If it is not defined 'linker flags: /machine:X86' on Windows x64

0 commit comments

Comments
 (0)