Skip to content

Commit

Permalink
boost の URL を更新する
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 8, 2025
1 parent a059872 commit 162df94
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
24 changes: 13 additions & 11 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,7 @@

### misc

- [ADD] pyjwt を dev-dependencies に追加する
- @voluntas
- [ADD] macos-15 を E2E テストに追加する
- @voluntas
- [ADD] canary.py を追加
- @voluntas
- [ADD] Python 3.13 を E2E テストに追加する
- @voluntas
- [ADD] macos-15 を E2E テストに追加する
- [UPDATE] Boost のダウンロード URL を変更する
- @voluntas
- [UPDATE] ubuntu-latest を ubuntu-24.04 に変更する
- @voluntas
Expand All @@ -92,15 +84,25 @@
- @voluntas
- [CHANGE] サンプルアプリの E2E テストを一旦削除する
- @voluntas
- [ADD] pyjwt を dev-dependencies に追加する
- @voluntas
- [ADD] macos-15 を E2E テストに追加する
- @voluntas
- [ADD] canary.py を追加
- @voluntas
- [ADD] Python 3.13 を E2E テストに追加する
- @voluntas
- [ADD] macos-15 を E2E テストに追加する
- @voluntas
- [ADD] tests/ に E2E テストを追加する
- @voluntas
- [ADD] examples に E2E テストを追加する
- @voluntas
- [FIX] run.py で local_sora_cpp_sdk_dir を設定した際に boost が引けなくなってしまっている問題を修正する
- @tnoho
- [FIX] examples の設定に virtual = true を指定するようにする
- これを指定しないとエラーになる
- @voluntas
- [ADD] examples に E2E テストを追加する
- @voluntas
- [FIX] サイマルキャストの E2E テストについて encoderImplementation の値チェック内容を緩和する
- サイマルキャストの encoderImplementation のチェックを文字列一致としていたが、帯域推定機能を有効にした後、値が安定しなくなったためチェック内容を緩和した
- サイマルキャストの encoderImplementation の結果を以下の通り修正
Expand Down
2 changes: 1 addition & 1 deletion buildbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ def build_and_install_boost(
):
version_underscore = version.replace(".", "_")
archive = download(
f"https://boostorg.jfrog.io/artifactory/main/release/{version}/source/boost_{version_underscore}.tar.gz",
f"https://archives.boost.io/release/{version}/source/boost_{version_underscore}.tar.gz",
source_dir,
)
extract(archive, output_dir=build_dir, output_dirname="boost")
Expand Down

0 comments on commit 162df94

Please sign in to comment.