Skip to content

Commit

Permalink
Merge pull request #641 from asenyaev/asen/revert_pre_downloaded_files
Browse files Browse the repository at this point in the history
Revert changes for pre-downloaded files
  • Loading branch information
asenyaev committed Mar 25, 2022
2 parents 65f12d9 + 7ba53fc commit 9ad778e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_wheels_linux.yml
Expand Up @@ -171,8 +171,6 @@ jobs:

- name: Build a package
run: |
# Download all 3rdparty files
source scripts/source-packages-preparation.sh ${{ github.workspace }}
set -e
# Build and package
set -x
Expand Down
20 changes: 0 additions & 20 deletions scripts/source-packages-preparation.sh

This file was deleted.

2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -162,8 +162,6 @@ def main():
"-DPYTHON3_LIMITED_API=ON",
"-DBUILD_OPENEXR=ON",
"-DBUILD_PNG=ON",
# To have all 3rdparty files in one place for source packages
"-DOPENCV_DOWNLOAD_PATH=%s" % (os.path.join(os.path.dirname(os.path.abspath(__file__)), "opencv", "3rdparty")),
]
+ (
# If it is not defined 'linker flags: /machine:X86' on Windows x64
Expand Down

0 comments on commit 9ad778e

Please sign in to comment.