Skip to content

Commit

Permalink
fix(build): Change to 32-core-ubuntu (facebookincubator#12265)
Browse files Browse the repository at this point in the history
Summary:
The PyVelox build seems to be ooming out. Temporarily increasing the machine specs while we work on reducing the build scope for PyVelox.

Pull Request resolved: facebookincubator#12265

Reviewed By: kevinwilfong, kKPulla, pedroerp

Differential Revision: D69198816

Pulled By: kgpai

fbshipit-source-id: da79cd51eae90e9324d4f1a97babf2908440a7fd
  • Loading branch information
kgpai authored and facebook-github-bot committed Feb 6, 2025
1 parent 589d657 commit c0d8954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
name: Build
# prevent errors when forks ff their main branch
if: ${{ github.repository == 'facebookincubator/velox' }}
runs-on: 16-core-ubuntu
runs-on: 32-core-ubuntu
container: ghcr.io/facebookincubator/velox-dev:centos9
timeout-minutes: 120
env:
Expand Down

0 comments on commit c0d8954

Please sign in to comment.