Skip to content

Commit

Permalink
[FB] Workflow | ./third_party/* folders
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Oct 18, 2023
1 parent c626991 commit 7402faa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,11 @@ jobs:
env:
GHA_MOZ_BUILD_DATE: ${{inputs.MOZ_BUILD_DATE}}

- name: Remove folders
run: |
rm -fr ./third_party/rust
rm -fr ./third_party/libwebrtc
- name: Package 1 - mach 🎁
run: |
if [[ -n $GHA_MOZ_BUILD_DATE ]];then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/src/disk_swap_for_github_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sudo rm -rf /usr/share/java
sudo rm -rf /usr/share/miniconda
sudo rm -rf /usr/local/share/vcpkg

sudo fallocate -l 13G /home/runner/swapfile2
sudo fallocate -l 13.2G /home/runner/swapfile2

sudo chmod 600 /home/runner/swapfile2
sudo mkswap /home/runner/swapfile2
Expand Down

0 comments on commit 7402faa

Please sign in to comment.