Commit 6a80f70a authored by Chad Austin's avatar Chad Austin Committed by Facebook GitHub Bot

update all github action workflows

Summary:
I'm about to upgrade from checkout v1 to checkout v2. First, update
the GitHub action workflows for all projects.

Reviewed By: ahornby

Differential Revision: D33834784

fbshipit-source-id: f4cba24f1a589588dbfaf7ad7ada7122dd8284cb
parent ea1dd511
...@@ -22,10 +22,6 @@ jobs: ...@@ -22,10 +22,6 @@ jobs:
run: git config --system core.longpaths true run: git config --system core.longpaths true
- name: Fetch boost - name: Fetch boost
run: python build/fbcode_builder/getdeps.py fetch --no-tests boost run: python build/fbcode_builder/getdeps.py fetch --no-tests boost
- name: Fetch perl
run: python build/fbcode_builder/getdeps.py fetch --no-tests perl
- name: Fetch openssl
run: python build/fbcode_builder/getdeps.py fetch --no-tests openssl
- name: Fetch ninja - name: Fetch ninja
run: python build/fbcode_builder/getdeps.py fetch --no-tests ninja run: python build/fbcode_builder/getdeps.py fetch --no-tests ninja
- name: Fetch cmake - name: Fetch cmake
...@@ -40,22 +36,22 @@ jobs: ...@@ -40,22 +36,22 @@ jobs:
run: python build/fbcode_builder/getdeps.py fetch --no-tests glog run: python build/fbcode_builder/getdeps.py fetch --no-tests glog
- name: Fetch googletest - name: Fetch googletest
run: python build/fbcode_builder/getdeps.py fetch --no-tests googletest run: python build/fbcode_builder/getdeps.py fetch --no-tests googletest
- name: Fetch libevent
run: python build/fbcode_builder/getdeps.py fetch --no-tests libevent
- name: Fetch lz4 - name: Fetch lz4
run: python build/fbcode_builder/getdeps.py fetch --no-tests lz4 run: python build/fbcode_builder/getdeps.py fetch --no-tests lz4
- name: Fetch perl
run: python build/fbcode_builder/getdeps.py fetch --no-tests perl
- name: Fetch openssl
run: python build/fbcode_builder/getdeps.py fetch --no-tests openssl
- name: Fetch snappy - name: Fetch snappy
run: python build/fbcode_builder/getdeps.py fetch --no-tests snappy run: python build/fbcode_builder/getdeps.py fetch --no-tests snappy
- name: Fetch zlib - name: Fetch zlib
run: python build/fbcode_builder/getdeps.py fetch --no-tests zlib run: python build/fbcode_builder/getdeps.py fetch --no-tests zlib
- name: Fetch zstd - name: Fetch zstd
run: python build/fbcode_builder/getdeps.py fetch --no-tests zstd run: python build/fbcode_builder/getdeps.py fetch --no-tests zstd
- name: Fetch libevent
run: python build/fbcode_builder/getdeps.py fetch --no-tests libevent
- name: Build boost - name: Build boost
run: python build/fbcode_builder/getdeps.py build --no-tests boost run: python build/fbcode_builder/getdeps.py build --no-tests boost
- name: Build perl
run: python build/fbcode_builder/getdeps.py build --no-tests perl
- name: Build openssl
run: python build/fbcode_builder/getdeps.py build --no-tests openssl
- name: Build ninja - name: Build ninja
run: python build/fbcode_builder/getdeps.py build --no-tests ninja run: python build/fbcode_builder/getdeps.py build --no-tests ninja
- name: Build cmake - name: Build cmake
...@@ -70,16 +66,20 @@ jobs: ...@@ -70,16 +66,20 @@ jobs:
run: python build/fbcode_builder/getdeps.py build --no-tests glog run: python build/fbcode_builder/getdeps.py build --no-tests glog
- name: Build googletest - name: Build googletest
run: python build/fbcode_builder/getdeps.py build --no-tests googletest run: python build/fbcode_builder/getdeps.py build --no-tests googletest
- name: Build libevent
run: python build/fbcode_builder/getdeps.py build --no-tests libevent
- name: Build lz4 - name: Build lz4
run: python build/fbcode_builder/getdeps.py build --no-tests lz4 run: python build/fbcode_builder/getdeps.py build --no-tests lz4
- name: Build perl
run: python build/fbcode_builder/getdeps.py build --no-tests perl
- name: Build openssl
run: python build/fbcode_builder/getdeps.py build --no-tests openssl
- name: Build snappy - name: Build snappy
run: python build/fbcode_builder/getdeps.py build --no-tests snappy run: python build/fbcode_builder/getdeps.py build --no-tests snappy
- name: Build zlib - name: Build zlib
run: python build/fbcode_builder/getdeps.py build --no-tests zlib run: python build/fbcode_builder/getdeps.py build --no-tests zlib
- name: Build zstd - name: Build zstd
run: python build/fbcode_builder/getdeps.py build --no-tests zstd run: python build/fbcode_builder/getdeps.py build --no-tests zstd
- name: Build libevent
run: python build/fbcode_builder/getdeps.py build --no-tests libevent
- name: Build folly - name: Build folly
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
......
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