From 2eed03b3c7443d64054e2416b5281982f418250c Mon Sep 17 00:00:00 2001 From: Enrico Borba Date: Thu, 28 Oct 2021 18:23:33 -1000 Subject: [PATCH] wiggins tag (#421) * wiggins tag * pr number * move to earlier release * bump to retry Co-authored-by: Wesley Van Melle --- Changelog.md | 2 ++ vendor_download.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 829e985eb..4712827d9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,8 @@ - Npm: Adds support for workspaces. ([#374](https://github.com/fossas/spectrometer/pull/374)) - Npm: Removes unreliable `npm ls`-based analysis tactic. ([#374](https://github.com/fossas/spectrometer/pull/374)) - `fossa-deps`: Adds support for `bower`-type in `referenced-dependencies`. ([#406](https://github.com/fossas/spectrometer/pull/406)) +- Monorepo: Chunk AOSP files when uploading ([#421](https://github.com/fossas/spectrometer/pull/421)). +- Monorepo: Don't fail on files that are filtered during expansion ([#421](https://github.com/fossas/spectrometer/pull/421)). ## v2.18.1 diff --git a/vendor_download.sh b/vendor_download.sh index 697a94afd..f5bfc531e 100755 --- a/vendor_download.sh +++ b/vendor_download.sh @@ -45,7 +45,7 @@ esac TAG="latest" echo "Downloading asset information from latest tag for architecture '$ASSET_POSTFIX'" -WIGGINS_TAG="2021-10-23-5e9bceb" +WIGGINS_TAG="2021-10-28-4a27736" echo "Downloading wiggins binary" echo "Using wiggins release: $WIGGINS_TAG" WIGGINS_RELEASE_JSON=vendor-bins/wiggins-release.json