Skip to content

Commit

Permalink
Use experimental Gutenberg version build with RN 0.71
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jun 28, 2023
1 parent d8f2d8c commit eadad98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Gutenberg/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
#
# LOCAL_GUTENBERG=../my-gutenberg-fork bundle exec pod install
GUTENBERG_CONFIG = {
# commit: ''
tag: 'v1.98.0'
# This is a version of Gutenberg built with RN 0.71
commit: '7982f4c88f9050ef1369cf1ef5d0da498ed9166e'
# tag: 'v1.98.0'
}

GITHUB_ORG = 'wordpress-mobile'
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ PODS:
- AppAuth/Core (~> 1.6)
- GTMSessionFetcher/Core (< 3.0, >= 1.5)
- GTMSessionFetcher/Core (1.7.2)
- Gutenberg (1.98.0)
- Gutenberg (1.97.0)
- JTAppleCalendar (8.0.3)
- Kanvas (1.4.4)
- MediaEditor (1.2.2):
Expand Down Expand Up @@ -150,7 +150,7 @@ DEPENDENCIES:
- FSInteractiveMap (from `https://github.com/wordpress-mobile/FSInteractiveMap.git`, tag `0.2.0`)
- Gifu (= 3.2.0)
- Gridicons (~> 1.1.0)
- Gutenberg (from `https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-v1.98.0.podspec`)
- Gutenberg (from `https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-7982f4c88f9050ef1369cf1ef5d0da498ed9166e.podspec`)
- JTAppleCalendar (~> 8.0.2)
- Kanvas (~> 1.4.4)
- MediaEditor (>= 1.2.2, ~> 1.2)
Expand Down Expand Up @@ -227,7 +227,7 @@ EXTERNAL SOURCES:
:git: https://github.com/wordpress-mobile/FSInteractiveMap.git
:tag: 0.2.0
Gutenberg:
:podspec: https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-v1.98.0.podspec
:podspec: https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-7982f4c88f9050ef1369cf1ef5d0da498ed9166e.podspec

CHECKOUT OPTIONS:
FSInteractiveMap:
Expand All @@ -254,7 +254,7 @@ SPEC CHECKSUMS:
Gridicons: 17d660b97ce4231d582101b02f8280628b141c9a
GTMAppAuth: 0ff230db599948a9ad7470ca667337803b3fc4dd
GTMSessionFetcher: 5595ec75acf5be50814f81e9189490412bad82ba
Gutenberg: 6932d82e688a324791fa7dadf2cd28928a8f3c8e
Gutenberg: f5ed8273f68461736f823d108b6d43094a87b940
JTAppleCalendar: 932cadea40b1051beab10f67843451d48ba16c99
Kanvas: f932eaed3d3f47aae8aafb6c2d27c968bdd49030
MediaEditor: d08314cfcbfac74361071a306b4bc3a39b3356ae
Expand Down

1 comment on commit eadad98

@mokagio
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This fails to build locally with the following errors:

image

Please sign in to comment.