Compare commits

...

4 Commits

Author SHA1 Message Date
uazo 813cea7bd5
Update win_sdk 10.0.22621.0 2023-05-20 14:44:56 +03:00
uazo 0c4f152b89
Update build_bromite_dev.yaml 2023-05-09 02:43:53 -08:00
uazo 2493688ed2
increase timeout to 20 hours 2023-05-09 01:42:51 -05:00
uazo 2e590285d4
Fix release name 2023-05-02 11:32:48 +04:00
2 changed files with 4 additions and 4 deletions

View File

@ -158,7 +158,7 @@ jobs:
runs-on: ${{ github.event.inputs.type }}
needs: check_images
if: success()
timeout-minutes: 720
timeout-minutes: 1200
container:
image: uazo/bromite-build:build
@ -332,7 +332,7 @@ jobs:
tools/binary_size/supersize archive out/bromite/chrome.size --apk-file out/bromite/apks/ChromePublic.apk -v
- name: Generate clangd index
if: ${{ github.event.inputs.debug == 'true' && github.event.inputs.clangd == 'true' }}
if: ${{ github.event.inputs.clangd == 'true' }}
shell: bash
run: |
PATH=$WORKSPACE/chromium/src/third_party/llvm-build/Release+Asserts/bin:$WORKSPACE/depot_tools/:/usr/local/go/bin:$WORKSPACE/mtool/bin:$PATH

View File

@ -49,7 +49,7 @@ jobs:
run: |
GH=gh_2.18.1_linux_amd64/bin/gh
WINOUT=/storage/images/win/x64/$BROMITE_SHA/
VERSION=v$(cat ${{ env.OUTPUTFILE_ARM64 }}/RELEASE)-${{ github.event.inputs.build }}
VERSION=v$(cat ${{ env.OUTPUTFILE_ARM64 }}/RELEASE)
cd bromite
@ -98,7 +98,7 @@ jobs:
cp $WINOUT/chrome_proxy.exe chrome-win/
cp $WINOUT/chrome_pwa_launcher.exe chrome-win/
cp $WINOUT/chrome_wer.dll chrome-win/
cp "/win_sdk/10.0.20348.0/Windows Kits/10/Redist/D3D/x64/d3dcompiler_47.dll" chrome-win/
cp "/win_sdk/10.0.22621.0/Windows Kits/10/Redist/D3D/x64/d3dcompiler_47.dll" chrome-win/
cp $WINOUT/elevation_service.exe chrome-win/
cp "$WINOUT/First Run" chrome-win/
cp $WINOUT/headless_lib_data.pak chrome-win/