Skip to content

Commit

Permalink
Use Ubuntu 22.04 for docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey committed Dec 29, 2024
1 parent c5dfe0b commit 9363d33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
headless-docs: # Build headless and docs
permissions:
contents: write # Artifact upload and release upload
runs-on: ubuntu-latest # Warn about build issues in new versions
runs-on: ubuntu-22.04 # Ubuntu 24.04 pytorch 2.2 ops build error with gcc-13.
env:
OPEN3D_ML_ROOT: ${{ github.workspace }}/Open3D-ML
DEVELOPER_BUILD: ${{ github.event.inputs.developer_build || 'ON' }}
Expand Down
3 changes: 3 additions & 0 deletions util/ci_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@ test_cpp_example() {
install_docs_dependencies() {
echo
echo Install ubuntu dependencies
echo Update cmake needed in Ubuntu <24.04
$SUDO apt-key adv --fetch-keys https://apt.kitware.com/keys/kitware-archive-latest.asc
(source /etc/os-release && $SUDO apt-add-repository --yes "deb https://apt.kitware.com/ubuntu/ $VERSION_CODENAME main")
./util/install_deps_ubuntu.sh assume-yes
$SUDO apt-get install --yes ccache \
cmake \
Expand Down

0 comments on commit 9363d33

Please sign in to comment.