Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
tor-browser-build
Commits
f232e5d2
Unverified
Commit
f232e5d2
authored
Jun 14, 2020
by
Georg Koppen
Browse files
Bug 40006: Adapt cbindgen for Firefox 78 ESR
parent
d78cf48a
Changes
2
Hide whitespace changes
Inline
Side-by-side
projects/cbindgen/build
View file @
f232e5d2
...
...
@@ -11,7 +11,7 @@ tar -C /var/tmp/build -xf [% project %]-[% c('version') %].tar.gz
# Now prepare the offline build
# Move the directory for hardcoding the path in .cargo/config
mv
/
var
/
tmp
/
build
/
[
%
project
%
]
-
[
%
c
(
'version'
)
%
]
$
builddir
tar
-
C
$
builddir
-
xjf
cbindgen
-
vendor
.
tar
.
bz2
tar
-
C
$
builddir
-
xjf
cbindgen
-
vendor
-
[
%
c
(
'version'
)
%
]
.
tar
.
bz2
cd
$
builddir
mkdir
.
cargo
cat
>
.
cargo
/
config
<<
'EOF'
...
...
projects/cbindgen/config
View file @
f232e5d2
# vim: filetype=yaml sw=2
version
:
'
[%
c("abbrev")
%]'
version
:
0.14.1
git_url
:
https://github.com/eqrion/cbindgen
git_hash
:
23a991a5b21e89aa1dcdc70f1371be20c93ece8e
#v0.
8.7
git_hash
:
0761b9bbe48d01ded1bbec45bbeea5544b3b1002
#
v0.
14.1
filename
:
'
[%
project
%]-[%
c("version")
%]-[%
c("var/osname")
%]-[%
c("var/build_id")
%].tar.gz'
var
:
...
...
@@ -12,5 +12,5 @@ input_files:
-
name
:
rust
project
:
rust
# `cargo vendor vendor` in the `cbindgen` directory has vendored the sources.
-
URL
:
https://people.torproject.org/~
boklm
/mirrors/sources/cbindgen-vendor.tar.bz2
sha256sum
:
f4cde3d56df893b543b
35
b
7e4
a6e295a275dbb3cee8e8eae549efe679db50ab9
-
URL
:
https://people.torproject.org/~
gk
/mirrors/sources/cbindgen-vendor
-[% c('version') %]
.tar.bz2
sha256sum
:
1c500bc1b8de4eb400f90a528c4b5c6b2c7
357e4
01a95c5354469a18fd365dbc
Write
Preview
Supports
Markdown
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