Peter Jung pushed to branch main at Arch Linux / Packaging / Packages / 
openai-codex


Commits:
75da88eb by Peter Jung at 2026-03-05T15:59:31+01:00
upgpkg: 0.110.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = openai-codex
        pkgdesc = OpenAIs lightweight coding agent that runs in your terminal
-       pkgver = 0.106.0
+       pkgver = 0.110.0
        pkgrel = 1
        url = https://github.com/openai/codex
        arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = openai-codex
        optdepends = git: allow for repository actions
        optdepends = ripgrep: accelerated large-repo search
        options = !lto
-       source = 
openai-codex-0.106.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.106.0.tar.gz
-       b2sums = 
448fff4f75517270f6adc9bdcbd3b912bc7e08434145637cb85ed09dc39f24abbc8f5ac6d7660ccac65a4af112f4bf4018501e309d4b4ceff9f6d6920543144f
+       source = 
openai-codex-0.110.0.tar.gz::https://github.com/openai/codex/archive/refs/tags/rust-v0.110.0.tar.gz
+       b2sums = 
ea79c393dba300127adcc4b56e5bbd21c231bde5557935b1dccd347bd10631d96c60c3e0244dda6917e5d9c86fd0e46056566008de7607dd75189e258e8743e8
 
 pkgname = openai-codex


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Christopher Cooper <[email protected]>
 
 pkgname=openai-codex
-pkgver=0.106.0
+pkgver=0.110.0
 pkgrel=1
 pkgdesc='OpenAIs lightweight coding agent that runs in your terminal'
 arch=(x86_64)
@@ -26,7 +26,7 @@ optdepends=(
 )
 options=('!lto')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/rust-v$pkgver.tar.gz")
-b2sums=('448fff4f75517270f6adc9bdcbd3b912bc7e08434145637cb85ed09dc39f24abbc8f5ac6d7660ccac65a4af112f4bf4018501e309d4b4ceff9f6d6920543144f')
+b2sums=('ea79c393dba300127adcc4b56e5bbd21c231bde5557935b1dccd347bd10631d96c60c3e0244dda6917e5d9c86fd0e46056566008de7607dd75189e258e8743e8')
 
 prepare() {
   cd codex-rust-v$pkgver/codex-rs
@@ -36,7 +36,8 @@ prepare() {
 
 build() {
   cd codex-rust-v$pkgver/codex-rs
-
+  # Reducing build time for around 10 minutes
+  export CARGO_PROFILE_RELEASE_LTO=thin
   cargo build --frozen --release --bin codex --bin codex-responses-api-proxy
 }
 
@@ -93,7 +94,11 @@ check() {
     --skip 'suite::js_repl::js_repl_does_not_expose_process_global' \
     --skip 
'suite::js_repl::js_repl_tool_call_rejects_recursive_js_repl_invocation' \
     --skip 
'suite::js_repl::js_repl_persists_top_level_bindings_and_supports_tla' \
-    --skip 'suite::view_image::js_repl_view_image_tool_attaches_local_image'
+    --skip 'suite::view_image::js_repl_view_image_tool_attaches_local_image' \
+    --skip 
'suite::v2::initialize::turn_start_notify_payload_includes_initialize_client_name'
 \
+    --skip 'suite::view_image::js_repl_emit_image_attaches_local_image' \
+    --skip 'suite::view_image::js_repl_view_image_requires_explicit_emit' \
+    --skip 
'history_cell::tests::session_info_availability_nux_tooltip_snapshot'
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/75da88eb4ef492c8e4ca33e7ccbd74f77d27d55a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openai-codex/-/commit/75da88eb4ef492c8e4ca33e7ccbd74f77d27d55a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to