Skip to content

Conversation

@aslushnikov
Copy link
Contributor

@aslushnikov aslushnikov commented Sep 9, 2020

This patch moves FFMPEG building to buildbots:

  • ffmpeg-mac.zip is built on Mac 10.14 machine
  • ffmpeg-win32.zip and ffmpeg-win64.zip are cross-compiled on
    Ubuntu 20.04 machine inside docker to isolate from global environment

All builds across the platforms share the same config:

  • the same versions of ffmpeg and libvpx
  • the same build configuration for both ffmpeg and libvpx

The config could be found in the //browser_patches/ffmpeg/CONFIG.sh.

The builds will be then copied manually and committed to Playwright
repository.

This patch moves FFMPEG building to buildbots:
- `ffmpeg-mac.zip` is built on Mac 10.14 machine
-` ffmpeg-win32.zip` and `ffmpeg-win64.zip` are cross-compiled on
  Ubuntu 20.04 machine

All builds across the platforms share the same config:
- the same versions of `ffmpeg` and `libvpx`
- the same build configuration for both `ffmpeg` and `libvpx`

The config could be found in the `//browser_patches/ffmpeg/CONFIG.sh`.

The builds will be then copied manually and committed to the git
repository.
@aslushnikov aslushnikov force-pushed the buildbots-do-ffmpeg-compilation branch from a41cda8 to 72f9daf Compare September 9, 2020 23:54
@aslushnikov aslushnikov merged commit 245d100 into microsoft:master Sep 10, 2020
@aslushnikov aslushnikov deleted the buildbots-do-ffmpeg-compilation branch September 10, 2020 00:05
Copy link
Member

@yury-s yury-s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants