Skip to content

Commit

Permalink
upgrade macos agent and remove -Werror in flatbuffer to compile ios S…
Browse files Browse the repository at this point in the history
…DK 15.2

* update macos agent for iOS build
* remove -Werror in flatbuffer
* use node 14 on every build
  • Loading branch information
Michael Bonani authored Jun 8, 2022
1 parent 8a08100 commit fe079e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
url = https://github.com/mobsya/aware
[submodule "third_party/flatbuffers"]
path = third_party/flatbuffers
url = https://github.com/google/flatbuffers
url = https://github.com/mobsya/flatbuffers
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt.git
Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
steps:
- task: NodeTool@0
inputs:
versionSpec: '9.x'
versionSpec: '14.x'

- task: InstallAppleCertificate@2
inputs:
Expand Down Expand Up @@ -357,11 +357,11 @@ jobs:

- job: BuildForIOs
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-11'
steps:
- task: NodeTool@0
inputs:
versionSpec: '9.x'
versionSpec: '14.x'

- task: InstallAppleCertificate@2
inputs:
Expand Down
2 changes: 1 addition & 1 deletion third_party/flatbuffers
Submodule flatbuffers updated 1 files
+1 −1 CMakeLists.txt

0 comments on commit fe079e5

Please sign in to comment.