Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

appveyor: fix cache issue and reduce dependencies build time #15506

Merged
merged 1 commit into from Mar 1, 2019
Merged

appveyor: fix cache issue and reduce dependencies build time #15506

merged 1 commit into from Mar 1, 2019

Conversation

ken2812221
Copy link
Contributor

  • fix the filename typo on appveyor.yml. Maybe it's the reason that appveyor cache does not work properly.
  • Build release dependency libraries only. We build both release and debug on master. This could save ~5 mins.

@fanquake fanquake added the Tests label Feb 28, 2019
@fanquake
Copy link
Member

fanquake commented Mar 1, 2019

utACK aeb7fbf

@practicalswift
Copy link
Contributor

Nice catch!

utACK aeb7fbf

@Empact
Copy link
Member

Empact commented Mar 1, 2019

utACK aeb7fbf

@fanquake fanquake requested a review from maflcko March 1, 2019 14:36
@maflcko maflcko merged commit aeb7fbf into bitcoin:master Mar 1, 2019
maflcko pushed a commit that referenced this pull request Mar 1, 2019
… time

aeb7fbf appveyor: Don't build debug libraries instead of "build and delete" (Chun Kuan Lee)

Pull request description:

  - fix  the filename typo on `appveyor.yml`. Maybe it's the reason that appveyor cache does not work properly.
  - Build release dependency libraries only. We build both release and debug on master. This could save ~5 mins.

Tree-SHA512: 68cdaeab98a658ebcb6159ee3f2d53376496d63b21c91291a95ad2495181de9bb12bd0fbf31672dbe72222b6368ce088b6a06592db365fc247c86bc5ba79905b
@@ -11,15 +11,15 @@ environment:
PATH: 'C:\Python37-x64;C:\Python37-x64\Scripts;%PATH%'
PYTHONUTF8: 1
cache:
- C:\tools\vcpkg\installed -> appveyor.yml
- C:\Users\appveyor\clcache -> appveyor.yml, build_msvc\**, **\Makefile.am, **\*.vcxproj.in
- C:\tools\vcpkg\installed -> .appveyor.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. Thanks!

@ken2812221 ken2812221 deleted the appveyor-release-only branch March 1, 2019 14:59
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Dec 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants