Skip to content

Commit

Permalink
Emergengy documentation build fix
Browse files Browse the repository at this point in the history
Recent CI updates bumped to the latest OTP-26 which has led to documentation
build faulures. These changes temporarily revert to OTP-25 for building docs.

Signed-off-by: Winford <winford@object.stream>
  • Loading branch information
UncleGrumpy committed Oct 12, 2024
1 parent 9241f0a commit 1e32ef3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
fail-fast: false
## don't add more than one OS to matrix, this is only to retrieve the full os-name for keeping cache in sync
matrix:
os: [ ubuntu-24.04 ]
os: [ ubuntu-22.04 ]
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
# Documentation currently fails to build with OTP-27
container: erlang:26
# Documentation currently fails to build with OTP-27 and recent OTP-26.
container: erlang:25

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
## don't add more than one OS to matrix, this is only to retrieve the full os-name for keeping cache in sync
matrix:
os: [ ubuntu-24.04 ]
os: [ ubuntu-22.04 ]
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "26"
otp-version: "25"
elixir-version: "1.17"
hexpm-mirrors: |
https://builds.hex.pm
Expand Down

0 comments on commit 1e32ef3

Please sign in to comment.