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 @@ -84,11 +84,11 @@ script: |
84
84
done
85
85
}
86
86
87
- export PATH=${WRAP_DIR}:${PATH}
88
-
89
87
# Faketime for depends so intermediate results are comparable
88
+ export PATH_orig=${PATH}
90
89
create_global_faketime_wrappers "2000-01-01 12:00:00"
91
90
create_per-host_faketime_wrappers "2000-01-01 12:00:00"
91
+ export PATH=${WRAP_DIR}:${PATH}
92
92
93
93
cd bitcoin
94
94
BASEPREFIX=`pwd`/depends
@@ -98,8 +98,10 @@ script: |
98
98
done
99
99
100
100
# Faketime for binaries
101
+ export PATH=${PATH_orig}
101
102
create_global_faketime_wrappers "${REFERENCE_DATETIME}"
102
103
create_per-host_faketime_wrappers "${REFERENCE_DATETIME}"
104
+ export PATH=${WRAP_DIR}:${PATH}
103
105
104
106
# Create the release tarball using (arbitrarily) the first host
105
107
./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