Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Commits
99ac1364
Commit
99ac1364
authored
Sep 13, 2023
by
boklm
Committed by
Richard Pospesel
Nov 6, 2023
Browse files
Options
Downloads
Patches
Plain Diff
Bug 29815: Add rcodesign build
parent
5dc73a09
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+14
-0
14 additions, 0 deletions
Makefile
projects/rcodesign/build
+37
-0
37 additions, 0 deletions
projects/rcodesign/build
projects/rcodesign/config
+19
-0
19 additions, 0 deletions
projects/rcodesign/config
with
70 additions
and
0 deletions
Makefile
+
14
−
0
View file @
99ac1364
...
...
@@ -631,6 +631,20 @@ go_vendor-lyrebird-nightly: submodule-update
$(
rbm
)
build lyrebird
--step
go_vendor
--target
nightly
--target
torbrowser-linux-x86_64
#############
# rcodesign #
#############
rcodesign
:
submodule-update
$(
rbm
)
build
--target
release
--target
torbrowser-linux-x86_64 rcodesign
rcodesign-filename
:
submodule-update
$(
rbm
)
showconf
--target
release
--target
torbrowser-linux-x86_64 rcodesign filename
cargo_vendor-rcodesign
:
submodule-update
$(
rbm
)
build rcodesign
--step
cargo_vendor
--target
release
--target
torbrowser-linux-x86_64
##################
# Common Targets #
##################
...
...
This diff is collapsed.
Click to expand it.
projects/rcodesign/build
0 → 100755
+
37
−
0
View file @
99ac1364
#!/bin/bash
[
%
c
(
"
var/set_default_env
"
)
-%
]
distdir
=/
var
/
tmp
/
dist
/
[
%
project
%
]
builddir
=/
var
/
tmp
/
build
/
[
%
project
%
]
-
[
%
c
(
'
version
'
)
%
]
mkdir
-
p
$
distdir
$
builddir
tar
-
C
/
var
/
tmp
/
dist
-
xf
$
rootdir
/
[
%
c
(
'
input_files_by_name/rust
'
)
%
]
export
PATH
=/
var
/
tmp
/
dist
/
rust
/
bin
:
$
PATH
cd
$
rootdir
tar
-
C
/
var
/
tmp
/
build
-
xf
[
%
project
%
]
-
[
%
c
(
'
version
'
)
%
].
tar
.[
%
c
(
'
compress_tar
'
)
%
]
tar
-
C
$
builddir
-
xf
$
rootdir
/
[
%
c
(
'
input_files_by_name/cargo_vendor
'
)
%
]
cd
$
builddir
mkdir
.
cargo
cat
>>
.
cargo
/
config
<<
'
EOF
'
[
source
.
crates
-
io
]
replace
-
with
=
"
vendored-sources
"
[
source
.
vendored
-
sources
]
directory
=
"
/var/tmp/build/[% project %]-[% c(
'
version
'
) %]/vendor
"
[
net
]
offline
=
true
EOF
cd
apple
-
codesign
cargo
build
--
release
cd
..
cp
target
/
release
/
rcodesign
$
distdir
cd
/
var
/
tmp
/
dist
[
%
c
(
'
tar
'
,
{
tar_src
=>
[
project
],
tar_args
=>
'
-caf
'
_
dest_dir
_
'
/
'
_
c
(
'
filename
'
),
})
%
]
This diff is collapsed.
Click to expand it.
projects/rcodesign/config
0 → 100644
+
19
−
0
View file @
99ac1364
# vim: filetype=yaml sw=2
version
:
0.22.0
git_hash
:
cb406b5feb1439131f36ec60375f607a7f82439d
git_url
:
https://github.com/indygreg/apple-platform-rs.git
container
:
use_container
:
1
steps
:
build
:
filename
:
'
[%
project
%]-[%
c("version")
%]-[%
c("var/build_id")
%].tar.[%
c("compress_tar")
%]'
input_files
:
-
project
:
container-image
-
project
:
rust
name
:
rust
-
name
:
cargo_vendor
project
:
rcodesign
pkg_type
:
cargo_vendor
norec
:
sha256sum
:
04c21203d2948ebfa59f1039d4481e419e656ec636293b4846fdb7868cfd98f0
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
sign in
to comment