Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Fix CI for OTP macOS build #709

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
81 changes: 0 additions & 81 deletions .github/workflows/x86_64-apple-darwin-compiler.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/x86_64-apple-darwin-firefly-otp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
cd otp
echo "ERL_TOP=$PWD" >> $GITHUB_ENV
git remote add origin https://github.com/lumen/otp
git fetch --no-tags --prune --progress --depth=1 origin +ca83f680aab717fe65634247d16f18a8cbfc6d8d:refs/remotes/origin/firefly
git fetch --no-tags --prune --progress --depth=1 origin +f97de7a99692cb08b5e27d17e86d92707ad16eed:refs/remotes/origin/firefly
git checkout --progress --force -B firefly refs/remotes/origin/firefly
- name: firefly/otp autoconf
run: |
Expand All @@ -77,4 +77,4 @@ jobs:
with:
command: make
args: |
test -- --package firefly_otp firefly::otp::
test --package firefly_otp firefly::otp::
75 changes: 0 additions & 75 deletions .github/workflows/x86_64-apple-darwin-libraries.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/x86_64-apple-darwin-runtime_full.yml

This file was deleted.

73 changes: 0 additions & 73 deletions .github/workflows/x86_64-unknown-linux-gnu-compiler.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/x86_64-unknown-linux-gnu-firefly-otp.yml

This file was deleted.

Loading