Skip to content

Commit

Permalink
Remove Skia from ios_tests and quit building it on many runners
Browse files Browse the repository at this point in the history
Diffs=
9dd20080c Remove Skia from ios_tests and quit building it on many runners (#8144)

Co-authored-by: Chris Dalton <[email protected]>
  • Loading branch information
csmartdalton and csmartdalton committed Sep 17, 2024
1 parent f46aa42 commit 0f206ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5cdcc183f111082d6f422cee484536634a9eea3f
9dd20080cc462660396b8b24b9d3b1b72f53516b
12 changes: 2 additions & 10 deletions tests/ios_tests/ios_tests.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -307,19 +307,12 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
"LIBRARY_SEARCH_PATHS[sdk=iphoneos*]" = (
../out/ios_debug,
../../skia/dependencies/skia/out/ios/arm64,
);
"LIBRARY_SEARCH_PATHS[sdk=iphonesimulator*]" = (
../out/iossim_universal_debug,
../../skia/dependencies/skia/out/ios/iossim_fat,
);
"LIBRARY_SEARCH_PATHS[sdk=iphoneos*]" = ../out/ios_debug;
"LIBRARY_SEARCH_PATHS[sdk=iphonesimulator*]" = ../out/iossim_universal_debug;
MACH_O_TYPE = mh_execute;
MARKETING_VERSION = 1.0;
OTHER_LDFLAGS = "";
"OTHER_LDFLAGS[sdk=iphoneos*]" = (
"-lskia",
"-lrive",
"-lrive_sheenbidi",
"-lrive_harfbuzz",
Expand All @@ -334,7 +327,6 @@
../out/ios_debug/libgms.a,
);
"OTHER_LDFLAGS[sdk=iphonesimulator*]" = (
"-lskia",
"-lrive",
"-lrive_sheenbidi",
"-lrive_harfbuzz",
Expand Down

0 comments on commit 0f206ef

Please sign in to comment.