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
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:
......@@ -67,7 +67,7 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py build --src-dir=. folly --project-install-prefix folly:/usr/local
- 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
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@main
with:
name: folly
path: _artifacts
......
......@@ -5,10 +5,10 @@ name: mac
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:
......@@ -71,7 +71,7 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py build --src-dir=. folly --project-install-prefix folly:/usr/local
- 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
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@main
with:
name: folly
path: _artifacts
......
......@@ -5,10 +5,10 @@ name: windows
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:
......@@ -84,7 +84,7 @@ jobs:
run: python build/fbcode_builder/getdeps.py build --src-dir=. folly
- name: Copy artifacts
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:
name: folly
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