Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS-8118: Fix broken deps #42

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

m3g0byt3
Copy link

@m3g0byt3 m3g0byt3 commented Sep 27, 2024

IOS-8118

С момента последнего обновления воллеткора в июле успели сломаться некоторые зависимости

@@ -6,4 +6,4 @@
version_tag=1.25.2

# Additional suffix for Tangem-specifc intermediate builds
tangem_suffix=tangem1
tangem_suffix=tangem2
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Косметический бамп для того чтобы бинарники были пересобраны на посл Xcode

@@ -76,7 +76,7 @@ function build_swift_plugin() {
mkdir -p "$SWIFT_PROTOBUF_DIR"
cd "$SWIFT_PROTOBUF_DIR"
if [ ! -f $SWIFT_PROTOBUF_VERSION.tar.gz ]; then
curl -fSsOL https://github.com/apple/swift-protobuf/archive/$SWIFT_PROTOBUF_VERSION.tar.gz
curl -fSsOL https://github.com/apple/swift-protobuf/archive/refs/tags/$SWIFT_PROTOBUF_VERSION.tar.gz
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

С момента релиза этой версии воллеткора поменялся урл для этой зависимости

@@ -2,7 +2,7 @@

set -e

NIGHTLY="nightly-2024-02-09"
NIGHTLY="nightly-2024-03-17" # Latest 1.78 nightly
Copy link
Author

@m3g0byt3 m3g0byt3 Sep 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В июле вышла новая версия либы serde которая использует функционал, которого еще нет в nightly-2024-02-09 - поэтому обновил на самую последнюю nightly в транке 1.78, где этот функционал есть

Обновить на stable 1.78 просто так нельзя, так как воллеткор юзает арги, которые есть только у nightly - почему и зачем подробнее не смотрел

Обновить на 1.79 и выше не хочется, так как это может что-то ломать

@m3g0byt3 m3g0byt3 marked this pull request as ready for review September 27, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant