Feature add script for gitlab - #773
Open
LiuLikeQian wants to merge 47 commits into
Open
Conversation
…aSlicer into feature_for_packed
# Conflicts: # scripts/flatpak/io.github.Snapmaker.Snapmaker_Orca.yml # src/dev-utils/platform/unix/build_appimage.sh.in # src/dev-utils/platform/unix/build_linux_image.sh.in # src/mqtt/externals/paho-mqtt-c/src/MQTTPacket.h
Sub-repos (vendor 460MB, wxWidgets 390MB, sentry 80MB) were cloned with full history. Adding --depth 1 reduces ~1GB download to ~220MB and makes CI builds significantly faster. Co-Authored-By: Claude <noreply@anthropic.com>
…cal clones - Change vendor & sentry URLs from HTTP to SSH for faster transfer - Add --reference-if-able to use local cloned repos as object cache - Use --depth 50 instead of --depth 1 for better incremental fetch Co-Authored-By: Claude <noreply@anthropic.com>
Sentrys .gitmodules uses HTTP URLs for its 5 submodules (benchmark, breakpad, crashpad, libunwindstack-ndk, lss). HTTP git clone is very slow. Now automatically converts them to SSH before submodule update. Co-Authored-By: Claude <noreply@anthropic.com>
Previous sed fix only handled sentry-native's top-level .gitmodules but crashpad has 3 nested sub-submodules (lss, mini_chromium, zlib) that also use HTTP. Using global git url.insteadOf redirects ALL HTTP URLs across any nesting level, then cleans up after submodule update. Co-Authored-By: Claude <noreply@anthropic.com>
The gitlab build script cloned Orca-deps-wxWidgets via SSH (git@gitlab.s.com). The Jenkins service account (LocalSystem) has no SSH key, so switch to anonymous HTTP (repo is HTTP-readable) to make CI builds work without SSH credentials. Co-Authored-By: Claude <noreply@anthropic.com>
gitlab.s.com requires authentication for all git access (not anonymous). The previous HTTP change was incorrect; the team standard is SSH via gitlab_b_rsa key. Keep SSH and set up url.insteadOf for the HTTP sub-repos. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature add script for gitlab,
Uploading 20260825_105729.mp4…
fix gitlab build fail, github build fail bug.