[vlc-commits] [Git][videolan/vlc][master] ci: update images to include protoc 3.4.1

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon Oct 17 05:46:29 UTC 2022



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
ebdf14db by Steve Lhomme at 2022-10-17T04:58:15+00:00
ci: update images to include protoc 3.4.1

* gcc is upgraded to 11.3.0 for vlc-debian-win32.

* vlc-debian-win64 (win64 with gcc) is left out for now as it fails to compile
gcrypt with a compiler bug/error.

```
during RTL pass: pro_and_epilogue
../../cipher/poly1305.c: In function 'poly1305_init':
../../cipher/poly1305.c:380:1: internal compiler error: in choose_baseaddr, at config/i386/i386.c:6915
  380 | }
      | ^
0x1539b77 internal_error(char const*, ...)
	???:0
0x616601 fancy_abort(char const*, int, char const*)
	???:0
0xe279f8 ix86_expand_prologue()
	???:0
0x11ab44b gen_prologue()
	???:0
0x89e851 thread_prologue_and_epilogue_insns()
	???:0
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.
```

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -19,15 +19,15 @@ default:
         - amd64
 
 variables:
-    VLC_WIN32_IMAGE: registry.videolan.org/vlc-debian-win32:20220505170026
+    VLC_WIN32_IMAGE: registry.videolan.org/vlc-debian-win32:20221011221351
     VLC_WIN64_IMAGE: registry.videolan.org/vlc-debian-win64:20221011230137
-    VLC_WIN_LLVM_MSVCRT_IMAGE: registry.videolan.org/vlc-debian-llvm-msvcrt:20220929111544
-    VLC_WIN_LLVM_UCRT_IMAGE: registry.videolan.org/vlc-debian-llvm-ucrt:20220929134817
-    VLC_DEBIAN_IMAGE: registry.videolan.org/vlc-debian-unstable:20220720135244
-    VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android:20220728132611
-    VLC_SNAP_IMAGE: registry.videolan.org/vlc-ubuntu-focal:20220810081944
-    VLC_RASPBIAN_IMAGE: registry.videolan.org/vlc-ubuntu-raspberry:20220505175523
-    VLC_WASM_EMSCRIPTEN: registry.videolan.org/vlc-debian-wasm-emscripten:20221011224907
+    VLC_WIN_LLVM_MSVCRT_IMAGE: registry.videolan.org/vlc-debian-llvm-msvcrt:20221011232542
+    VLC_WIN_LLVM_UCRT_IMAGE: registry.videolan.org/vlc-debian-llvm-ucrt:20221012005047
+    VLC_DEBIAN_IMAGE: registry.videolan.org/vlc-debian-unstable:20221011215101
+    VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android:20221011220505
+    VLC_SNAP_IMAGE: registry.videolan.org/vlc-ubuntu-focal:20221011214346
+    VLC_RASPBIAN_IMAGE: registry.videolan.org/vlc-ubuntu-raspberry:20221011212837
+    VLC_WASM_EMSCRIPTEN: registry.videolan.org/vlc-debian-wasm-emscripten:20221012104757
 
 .variables-debian: &variables-debian
         HOST_ARCH: x86_64



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ebdf14dbd0aafe93d5e2184346f57456a76f9757

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ebdf14dbd0aafe93d5e2184346f57456a76f9757
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list