Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
973ad66b
Unverified
Commit
973ad66b
authored
May 04, 2021
by
Felix Lange
Committed by
GitHub
May 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: fix iOS framework build (#22813)
This fixes a regression introduced in #22804.
parent
d107f90d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
ci.go
build/ci.go
+3
-0
No files found.
build/ci.go
View file @
973ad66b
...
@@ -972,6 +972,9 @@ func doXCodeFramework(cmdline []string) {
...
@@ -972,6 +972,9 @@ func doXCodeFramework(cmdline []string) {
// Create the archive.
// Create the archive.
maybeSkipArchive
(
env
)
maybeSkipArchive
(
env
)
archive
:=
"geth-"
+
archiveBasename
(
"ios"
,
params
.
ArchiveVersion
(
env
.
Commit
))
archive
:=
"geth-"
+
archiveBasename
(
"ios"
,
params
.
ArchiveVersion
(
env
.
Commit
))
if
err
:=
os
.
MkdirAll
(
archive
,
0755
);
err
!=
nil
{
log
.
Fatal
(
err
)
}
bind
.
Dir
,
_
=
filepath
.
Abs
(
archive
)
bind
.
Dir
,
_
=
filepath
.
Abs
(
archive
)
build
.
MustRun
(
bind
)
build
.
MustRun
(
bind
)
build
.
MustRunCommand
(
"tar"
,
"-zcvf"
,
archive
+
".tar.gz"
,
archive
)
build
.
MustRunCommand
(
"tar"
,
"-zcvf"
,
archive
+
".tar.gz"
,
archive
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment