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

Removed note about preinstalled Boost for Microsoft-hosted agents #10468

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/pipelines/agents/hosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,13 +365,6 @@ If you get an SAS error code, it is most likely because the IP address ranges fr
.NET Core 2.2.105 is default on VM images but Mono version 6.0 or greater requires .NET Core 2.2.300+.
If you use the Mono 6.0 or greater, you will have to override .NET Core version using [.NET Core Tool Installer task](../tasks/tool/dotnet-core-tool-installer.md).

#### Boost
The VM images contain prebuilt Boost libraries with their headers in the directory designated by `BOOST_ROOT` environment variable. In order to include the Boost headers, the path `$BOOST_ROOT/include` should be added to the search paths.

Example of g++ invocation with Boost libraries:
```
g++ -I "$BOOST_ROOT/include" ...
```
## Videos
> [!VIDEO https://www.youtube.com/embed/A8f_05lnfe0?start=0]

Expand Down