Skip to content

Commit

Permalink
Build on 24.04
Browse files Browse the repository at this point in the history
One of the portal dependencies (cypress) fails to install when
building the rock under Ubuntu 22.04.

:: npm error code 1
:: npm error path /root/parts/portal/build/src/portal/node_modules/cypress
:: npm error command failed
:: npm error command sh -c node index.js --exec install

For now, we'll just switch the builder to Ubuntu 24.04.
  • Loading branch information
petrutlucian94 committed Jul 17, 2024
1 parent c8817cc commit 7a58f70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
rockcraft-revisions: '{"amd64": "1783", "arm64": "1784"}'
arch-skipping-maximize-build-space: '["arm64"]'
platform-labels: '{"arm64": ["Ubuntu_ARM64_4C_16G_01"]}'
runs-on: ubuntu-24.04
scan-images:
uses: canonical/k8s-workflows/.github/workflows/scan_images.yaml@main
needs: [build-and-push-arch-specifics]
Expand Down

0 comments on commit 7a58f70

Please sign in to comment.