Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Bitmask Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
Android Libs
Bitmask Core
Commits
f4138741
Commit
f4138741
authored
2 years ago
by
cyberta
Browse files
Options
Downloads
Plain Diff
Merge branch 'macosx_builds_3' into 'main'
Macosx builds See merge request
!8
parents
91361cfa
01c6b6c7
No related branches found
No related tags found
1 merge request
!8
Macosx builds
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitmodules
+1
-1
1 addition, 1 deletion
.gitmodules
build_core.sh
+9
-3
9 additions, 3 deletions
build_core.sh
shapeshifter
+1
-1
1 addition, 1 deletion
shapeshifter
with
11 additions
and
5 deletions
.gitmodules
+
1
−
1
View file @
f4138741
...
...
@@ -9,4 +9,4 @@
url = https://0xacab.org/leap/obfsvpn.git
[submodule "motd"]
path = motd
url =
git@
0xacab.org
:
leap/motd.git
url =
https://
0xacab.org
/
leap/motd.git
This diff is collapsed.
Click to expand it.
build_core.sh
+
9
−
3
View file @
f4138741
...
...
@@ -21,8 +21,14 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
EXPECTED_FP
=
87fc728c9c731e2f74e4a999ef53cf07302d7ed3504b0839027bd9c10edaa3fd
elif
[[
"
$OSTYPE
"
==
"darwin"
*
]]
;
then
# Mac OSX
GO_VERSION
=
go1.17.10.darwin-arm64
ARCH
=
`
uname
-a
| rev |
cut
-d
" "
-f
1 | rev
`
if
[[
"
$ARCH
"
=
"x86_64"
]]
;
then
GO_VERSION
=
go1.17.10.darwin-amd64
EXPECTED_FP
=
84979d5985c70cee6f303050a7e811440aad7f304efdf28665b200f096b01945
else
GO_VERSION
=
go1.17.10.darwin-arm64
EXPECTED_FP
=
32098bea40117ea1ec23e7124cd188db6bdddd0ea41e2ec9bea3ba35a487e39c
fi
else
echo
"
$OSTYPE
is currently not supported."
exit
1
...
...
@@ -38,7 +44,7 @@ else
if
[[
"
$OSTYPE
"
==
"linux-gnu"
*
]]
;
then
ACTUAL_FP
=
`
sha256sum
$GO_VERSION
.tar.gz |
cut
-d
" "
-f1
`
else
ACTUAL_FP
=
`
shasum
-a
512
256
$GO_VERSION
.tar.gz |
cut
-d
" "
-f1
`
ACTUAL_FP
=
`
shasum
-a
256
$GO_VERSION
.tar.gz |
cut
-d
" "
-f1
`
fi
if
[[
!
$ACTUAL_FP
==
$EXPECTED_FP
]]
...
...
This diff is collapsed.
Click to expand it.
shapeshifter
@
de6cd360
Compare
d3d699aa
...
de6cd360
Subproject commit d
3d699aae868bae11cda9d896af460536ad2bb19
Subproject commit d
e6cd3602e5b52cf0799ea81bde0eb58fe09d621
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment