File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ script: |
68
68
done
69
69
}
70
70
71
- export PATH=${WRAP_DIR}:${PATH}
72
-
73
71
# Faketime for depends so intermediate results are comparable
72
+ export PATH_orig=${PATH}
74
73
create_global_faketime_wrappers "2000-01-01 12:00:00"
75
74
create_per-host_faketime_wrappers "2000-01-01 12:00:00"
75
+ export PATH=${WRAP_DIR}:${PATH}
76
76
77
77
cd bitcoin
78
78
BASEPREFIX=`pwd`/depends
@@ -82,8 +82,10 @@ script: |
82
82
done
83
83
84
84
# Faketime for binaries
85
+ export PATH=${PATH_orig}
85
86
create_global_faketime_wrappers "${REFERENCE_DATETIME}"
86
87
create_per-host_faketime_wrappers "${REFERENCE_DATETIME}"
88
+ export PATH=${WRAP_DIR}:${PATH}
87
89
88
90
# Create the release tarball using (arbitrarily) the first host
89
91
./autogen.sh
Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ script: |
77
77
done
78
78
}
79
79
80
- export PATH=${WRAP_DIR}:${PATH}
81
-
82
80
# Faketime for depends so intermediate results are comparable
81
+ export PATH_orig=${PATH}
83
82
create_global_faketime_wrappers "2000-01-01 12:00:00"
84
83
create_per-host_faketime_wrappers "2000-01-01 12:00:00"
84
+ export PATH=${WRAP_DIR}:${PATH}
85
85
86
86
cd bitcoin
87
87
BASEPREFIX=`pwd`/depends
@@ -95,8 +95,10 @@ script: |
95
95
done
96
96
97
97
# Faketime for binaries
98
+ export PATH=${PATH_orig}
98
99
create_global_faketime_wrappers "${REFERENCE_DATETIME}"
99
100
create_per-host_faketime_wrappers "${REFERENCE_DATETIME}"
101
+ export PATH=${WRAP_DIR}:${PATH}
100
102
101
103
# Create the release tarball using (arbitrarily) the first host
102
104
./autogen.sh
Original file line number Diff line number Diff line change @@ -94,12 +94,12 @@ script: |
94
94
done
95
95
}
96
96
97
- export PATH=${WRAP_DIR}:${PATH}
98
-
99
97
# Faketime for depends so intermediate results are comparable
98
+ export PATH_orig=${PATH}
100
99
create_global_faketime_wrappers "2000-01-01 12:00:00"
101
100
create_per-host_faketime_wrappers "2000-01-01 12:00:00"
102
101
create_per-host_linker_wrapper "2000-01-01 12:00:00"
102
+ export PATH=${WRAP_DIR}:${PATH}
103
103
104
104
cd bitcoin
105
105
BASEPREFIX=`pwd`/depends
@@ -109,9 +109,11 @@ script: |
109
109
done
110
110
111
111
# Faketime for binaries
112
+ export PATH=${PATH_orig}
112
113
create_global_faketime_wrappers "${REFERENCE_DATETIME}"
113
114
create_per-host_faketime_wrappers "${REFERENCE_DATETIME}"
114
115
create_per-host_linker_wrapper "${REFERENCE_DATETIME}"
116
+ export PATH=${WRAP_DIR}:${PATH}
115
117
116
118
# Create the release tarball using (arbitrarily) the first host
117
119
./autogen.sh
You can’t perform that action at this time.
0 commit comments