Skip to content

Commit

Permalink
build: Update CI container (#11796)
Browse files Browse the repository at this point in the history
Summary:
#10732 temporarily changed to a different container. The docker images should be rebuilt with the necessary shared ependencies now so we can witch back.

Pull Request resolved: #11796

Reviewed By: Yuhta

Differential Revision: D67109007

Pulled By: bikramSingh91

fbshipit-source-id: 174e186a254f6adc866574660a51a7ba1859c372
  • Loading branch information
assignUser authored and facebook-github-bot committed Dec 12, 2024
1 parent a775a6c commit 8d0d244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# prevent errors when forks ff their main branch
if: ${{ github.repository == 'facebookincubator/velox' }}
runs-on: 8-core-ubuntu
container: ghcr.io/assignuser/velox-dev:adapters
container: ghcr.io/facebookincubator/velox-dev:adapters
defaults:
run:
shell: bash
Expand Down

0 comments on commit 8d0d244

Please sign in to comment.