Skip to content

Commit

Permalink
regenerate github actions to update actions/upload-artifact version
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/sapling#946

Fix github jobs [failing with errors](https://github.com/facebook/mvfst/actions/runs/10855890595/job/30129430199)  like `Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/`

Regenerated actions with: `./opensource/fbcode_builder/getdeps/facebook/update-all-github-actions.sh`

This also shows some changes from D62399390 as actions weren't fully regenerated on that diff.

Reviewed By: JakobDegen

Differential Revision: D62685074

fbshipit-source-id: b6735022e7f58274b3f78f289b72ae7b2c8d9d7b
  • Loading branch information
ahornby authored and facebook-github-bot committed Sep 14, 2024
1 parent b785084 commit 6ae7e19
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/getdeps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests boost
- name: Fetch double-conversion
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests double-conversion
- name: Fetch fast_float
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fast_float
- name: Fetch fmt
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fmt
- name: Fetch gflags
Expand All @@ -46,6 +48,10 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests lz4
- name: Fetch snappy
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests snappy
- name: Fetch openssl
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests openssl
- name: Fetch liboqs
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests liboqs
- name: Fetch autoconf
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests autoconf
- name: Fetch automake
Expand Down Expand Up @@ -76,6 +82,8 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py build --no-tests boost
- name: Build double-conversion
run: python3 build/fbcode_builder/getdeps.py build --no-tests double-conversion
- name: Build fast_float
run: python3 build/fbcode_builder/getdeps.py build --no-tests fast_float
- name: Build fmt
run: python3 build/fbcode_builder/getdeps.py build --no-tests fmt
- name: Build gflags
Expand All @@ -92,6 +100,10 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py build --no-tests lz4
- name: Build snappy
run: python3 build/fbcode_builder/getdeps.py build --no-tests snappy
- name: Build openssl
run: python3 build/fbcode_builder/getdeps.py build --no-tests openssl
- name: Build liboqs
run: python3 build/fbcode_builder/getdeps.py build --no-tests liboqs
- name: Build autoconf
run: python3 build/fbcode_builder/getdeps.py build --no-tests autoconf
- name: Build automake
Expand All @@ -114,7 +126,7 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py build --src-dir=. wangle --project-install-prefix wangle:/usr/local
- name: Copy artifacts
run: python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --strip --src-dir=. wangle _artifacts/linux --project-install-prefix wangle:/usr/local --final-install-prefix /usr/local
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: wangle
path: _artifacts
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/getdeps_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests boost
- name: Fetch double-conversion
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests double-conversion
- name: Fetch fast_float
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fast_float
- name: Fetch fmt
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fmt
- name: Fetch gflags
Expand All @@ -48,6 +50,8 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests snappy
- name: Fetch libevent
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libevent
- name: Fetch liboqs
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests liboqs
- name: Fetch autoconf
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests autoconf
- name: Fetch automake
Expand All @@ -74,6 +78,8 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py build --no-tests boost
- name: Build double-conversion
run: python3 build/fbcode_builder/getdeps.py build --no-tests double-conversion
- name: Build fast_float
run: python3 build/fbcode_builder/getdeps.py build --no-tests fast_float
- name: Build fmt
run: python3 build/fbcode_builder/getdeps.py build --no-tests fmt
- name: Build gflags
Expand All @@ -92,6 +98,8 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py build --no-tests snappy
- name: Build libevent
run: python3 build/fbcode_builder/getdeps.py build --no-tests libevent
- name: Build liboqs
run: python3 build/fbcode_builder/getdeps.py build --no-tests liboqs
- name: Build autoconf
run: python3 build/fbcode_builder/getdeps.py build --no-tests autoconf
- name: Build automake
Expand All @@ -110,7 +118,7 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py build --src-dir=. wangle --project-install-prefix wangle:/usr/local
- name: Copy artifacts
run: python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --src-dir=. wangle _artifacts/mac --project-install-prefix wangle:/usr/local --final-install-prefix /usr/local
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: wangle
path: _artifacts
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/getdeps_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
run: python build/fbcode_builder/getdeps.py fetch --no-tests boost
- name: Fetch double-conversion
run: python build/fbcode_builder/getdeps.py fetch --no-tests double-conversion
- name: Fetch fast_float
run: python build/fbcode_builder/getdeps.py fetch --no-tests fast_float
- name: Fetch fmt
run: python build/fbcode_builder/getdeps.py fetch --no-tests fmt
- name: Fetch gflags
Expand All @@ -61,6 +63,8 @@ jobs:
run: python build/fbcode_builder/getdeps.py fetch --no-tests libevent
- name: Fetch folly
run: python build/fbcode_builder/getdeps.py fetch --no-tests folly
- name: Fetch liboqs
run: python build/fbcode_builder/getdeps.py fetch --no-tests liboqs
- name: Fetch fizz
run: python build/fbcode_builder/getdeps.py fetch --no-tests fizz
- name: Build ninja
Expand All @@ -77,6 +81,8 @@ jobs:
run: python build/fbcode_builder/getdeps.py build --no-tests boost
- name: Build double-conversion
run: python build/fbcode_builder/getdeps.py build --no-tests double-conversion
- name: Build fast_float
run: python build/fbcode_builder/getdeps.py build --no-tests fast_float
- name: Build fmt
run: python build/fbcode_builder/getdeps.py build --no-tests fmt
- name: Build gflags
Expand All @@ -99,13 +105,15 @@ jobs:
run: python build/fbcode_builder/getdeps.py build --no-tests libevent
- name: Build folly
run: python build/fbcode_builder/getdeps.py build --no-tests folly
- name: Build liboqs
run: python build/fbcode_builder/getdeps.py build --no-tests liboqs
- name: Build fizz
run: python build/fbcode_builder/getdeps.py build --no-tests fizz
- name: Build wangle
run: python build/fbcode_builder/getdeps.py build --src-dir=. wangle
- name: Copy artifacts
run: python build/fbcode_builder/getdeps.py fixup-dyn-deps --src-dir=. wangle _artifacts/windows --final-install-prefix /usr/local
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: wangle
path: _artifacts
Expand Down

0 comments on commit 6ae7e19

Please sign in to comment.