Fix linker issues during tests with new workers
This commit is contained in:
parent
be43b3fdc1
commit
de7a249fcd
@ -25,7 +25,7 @@ build:
|
|||||||
nc_asset_name: 'native_client.tar.xz'
|
nc_asset_name: 'native_client.tar.xz'
|
||||||
args:
|
args:
|
||||||
tests_cmdline: ''
|
tests_cmdline: ''
|
||||||
tensorflow_git_desc: 'TensorFlow: v2.2.0-16-gfc46411'
|
tensorflow_git_desc: 'TensorFlow: v2.2.0-17-g0854bb5'
|
||||||
test_model_task: ''
|
test_model_task: ''
|
||||||
homebrew:
|
homebrew:
|
||||||
url: ''
|
url: ''
|
||||||
|
@ -42,12 +42,13 @@ do_prepare_homebrew()
|
|||||||
|
|
||||||
check_homebrew "${_brew_instance}"
|
check_homebrew "${_brew_instance}"
|
||||||
|
|
||||||
# Force an upgrade to fetch formulae
|
|
||||||
brew search openssl
|
|
||||||
|
|
||||||
# Then we force onto a specific well-known commit
|
# Then we force onto a specific well-known commit
|
||||||
|
mkdir -p "$(brew --prefix)/Library/Taps/homebrew/homebrew-core"
|
||||||
pushd "$(brew --prefix)/Library/Taps/homebrew/homebrew-core"
|
pushd "$(brew --prefix)/Library/Taps/homebrew/homebrew-core"
|
||||||
git fetch origin && git checkout ${BREW_FORMULAS_COMMIT}
|
git init
|
||||||
|
git remote add origin https://github.com/Homebrew/homebrew-core.git
|
||||||
|
git fetch origin
|
||||||
|
git checkout ${BREW_FORMULAS_COMMIT}
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,4 +9,4 @@ build:
|
|||||||
package: "taskcluster/homebrew-package.sh --builds"
|
package: "taskcluster/homebrew-package.sh --builds"
|
||||||
metadata:
|
metadata:
|
||||||
name: "Builds Homebrew macOS AMD64"
|
name: "Builds Homebrew macOS AMD64"
|
||||||
description: "Setup a buildsl Homebrew for macOS/AMD64"
|
description: "Setup a builds Homebrew for macOS/AMD64"
|
||||||
|
Loading…
Reference in New Issue
Block a user