mirror of
https://github.com/openai/codex.git
synced 2026-09-05 15:18:41 +00:00
codex: fix Windows compaction parity path (#26830)
This commit is contained in:
committed by
Adam Perry @ OpenAI
parent
9cd8115a69
commit
7e2778acad
@@ -25,6 +25,9 @@ use pretty_assertions::assert_eq;
|
||||
use serde_json::Value;
|
||||
use serde_json::json;
|
||||
|
||||
#[cfg(windows)]
|
||||
const FIXED_CWD: &str = r"C:\tmp\codex_remote_compaction_parity_workspace";
|
||||
#[cfg(not(windows))]
|
||||
const FIXED_CWD: &str = "/tmp/codex_remote_compaction_parity_workspace";
|
||||
const IMAGE_URL: &str = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/x8AAwMCAO+/p9sAAAAASUVORK5CYII=";
|
||||
const SUMMARY: &str = "REMOTE_COMPACTION_PARITY_ENCRYPTED_SUMMARY";
|
||||
|
||||
Reference in New Issue
Block a user