Skip to content

Commit

Permalink
ci: remove flat build
Browse files Browse the repository at this point in the history
  • Loading branch information
birros committed Apr 26, 2023
1 parent c5e4b0e commit 636bb7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
- name: Build
run: |
VERSION=${{ steps.version.outputs.version }} task build-macos-audio
VERSION=${{ steps.version.outputs.version }} task build-macos-video
VERSION=${{ steps.version.outputs.version }} task build-ios-audio
VERSION=${{ steps.version.outputs.version }} task build-ios-video
VERSION=${{ steps.version.outputs.version }} task
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ future:
We use `meson` as much as possible in order to simplify cross-compilation, at
the cost of some heaviness regarding legacy packages.

**CI (GitHub Actions)**: macOS runners have unknown resource limits (timeout or
number of open files…) that prevent the execution of a single Taskfile task that
manages all builds. Concurrent tasks must be limited.

## Project Layout

```
Expand Down

0 comments on commit 636bb7d

Please sign in to comment.