Skip to content

Commit

Permalink
[macos ci] 2022-02-04 update (#22942)
Browse files Browse the repository at this point in the history
* add moar ram (no PR)

* Provision autoconf-archive on osx (PR #22872)

* [mpfr] Support Linux and OSX (PR #22845)

* VM software versions

* fix minor schema bug

* update pool

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
  • Loading branch information
4 people authored Feb 9, 2022
1 parent 77c11ff commit 47c5701
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
variables:
windows-pool: 'PrWin-2022-01-11'
linux-pool: 'PrLin-2021-12-13'
osx-pool: 'PrOsx-2022-01-03'
osx-pool: 'PrOsx-2022-02-04'

jobs:
- template: windows/azure-pipelines.yml
Expand Down
5 changes: 4 additions & 1 deletion scripts/azure-pipelines/osx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ Once you've done that, add the software versions under [VM Software Versions](#v

#### VM Software Versions

* 2022-03-01:
* 2022-02-04 (minor update to 2022-01-03)
* macOS: 12.1
* Xcode CLTs: 13.2
* 2022-01-03:
* macOS: 12.1
* Xcode CLTs: 13.2
* 2021-07-27:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:machine_name => configuration['machine_name'],
:box => configuration['box_name'],
:box_version => configuration['box_version'],
:ram => 12000,
:ram => 24000,
:cpu => 11
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "./vagrant-vm-configuration.schema.json",
"$schema": "./vagrant-box-configuration.schema.json",
"brew": [
"autoconf",
"autoconf-archive",
"automake",
"bison",
"gettext",
Expand All @@ -13,6 +14,7 @@
"mono",
"nasm",
"pkg-config",
"texinfo",
"yasm"
],
"brew-cask": [
Expand Down
1 change: 0 additions & 1 deletion scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,6 @@ mpir:x64-windows-static-md=skip
mpir:arm64-windows=skip
mpir:x64-osx=skip
mpir:x64-linux=skip
mpfr:x64-osx=fail
mpfr:x64-linux=fail
msix:x64-linux=fail
msix:x64-osx=fail
Expand Down

0 comments on commit 47c5701

Please sign in to comment.