Commit 8cf76910 authored by Alex Hornby's avatar Alex Hornby Committed by Facebook GitHub Bot

run the github actions update

Summary: Pick up the changes from master to main change

Reviewed By: zpao

Differential Revision: D32693532

fbshipit-source-id: 8cf68e3310b4d2daf71fb10eee7a801c6eabbd48
parent fc008166
...@@ -5,10 +5,10 @@ name: linux ...@@ -5,10 +5,10 @@ name: linux
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
branches: branches:
- master - main
jobs: jobs:
build: build:
...@@ -67,7 +67,7 @@ jobs: ...@@ -67,7 +67,7 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py build --src-dir=. folly --project-install-prefix folly:/usr/local run: python3 build/fbcode_builder/getdeps.py build --src-dir=. folly --project-install-prefix folly:/usr/local
- name: Copy artifacts - name: Copy artifacts
run: python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --strip --src-dir=. folly _artifacts/linux --project-install-prefix folly:/usr/local --final-install-prefix /usr/local run: python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --strip --src-dir=. folly _artifacts/linux --project-install-prefix folly:/usr/local --final-install-prefix /usr/local
- uses: actions/upload-artifact@master - uses: actions/upload-artifact@main
with: with:
name: folly name: folly
path: _artifacts path: _artifacts
......
...@@ -5,10 +5,10 @@ name: mac ...@@ -5,10 +5,10 @@ name: mac
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
branches: branches:
- master - main
jobs: jobs:
build: build:
...@@ -71,7 +71,7 @@ jobs: ...@@ -71,7 +71,7 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py build --src-dir=. folly --project-install-prefix folly:/usr/local run: python3 build/fbcode_builder/getdeps.py build --src-dir=. folly --project-install-prefix folly:/usr/local
- name: Copy artifacts - name: Copy artifacts
run: python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --src-dir=. folly _artifacts/mac --project-install-prefix folly:/usr/local --final-install-prefix /usr/local run: python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --src-dir=. folly _artifacts/mac --project-install-prefix folly:/usr/local --final-install-prefix /usr/local
- uses: actions/upload-artifact@master - uses: actions/upload-artifact@main
with: with:
name: folly name: folly
path: _artifacts path: _artifacts
......
...@@ -5,10 +5,10 @@ name: windows ...@@ -5,10 +5,10 @@ name: windows
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
branches: branches:
- master - main
jobs: jobs:
build: build:
...@@ -84,7 +84,7 @@ jobs: ...@@ -84,7 +84,7 @@ jobs:
run: python build/fbcode_builder/getdeps.py build --src-dir=. folly run: python build/fbcode_builder/getdeps.py build --src-dir=. folly
- name: Copy artifacts - name: Copy artifacts
run: python build/fbcode_builder/getdeps.py fixup-dyn-deps --src-dir=. folly _artifacts/windows --final-install-prefix /usr/local run: python build/fbcode_builder/getdeps.py fixup-dyn-deps --src-dir=. folly _artifacts/windows --final-install-prefix /usr/local
- uses: actions/upload-artifact@master - uses: actions/upload-artifact@main
with: with:
name: folly name: folly
path: _artifacts path: _artifacts
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment