Skip to content

Commit 9cfe277

Browse files
committed
Use reproducible Buildroot builds
1 parent b6a80b9 commit 9cfe277

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sshfs-static/configs/sshfs-static-arm64-v8a.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ BR2_GLOBAL_PATCH_DIR=""
176176
#
177177
BR2_COMPILER_PARANOID_UNSAFE_PATH=y
178178
# BR2_FORCE_HOST_BUILD is not set
179-
# BR2_REPRODUCIBLE is not set
179+
BR2_REPRODUCIBLE=y
180180
BR2_PER_PACKAGE_DIRECTORIES=y
181181

182182
#

sshfs-static/configs/sshfs-static-armeabi-v7a.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ BR2_GLOBAL_PATCH_DIR=""
214214
#
215215
BR2_COMPILER_PARANOID_UNSAFE_PATH=y
216216
# BR2_FORCE_HOST_BUILD is not set
217-
# BR2_REPRODUCIBLE is not set
217+
BR2_REPRODUCIBLE=y
218218
BR2_PER_PACKAGE_DIRECTORIES=y
219219

220220
#

sshfs-static/configs/sshfs-static-x86.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ BR2_GLOBAL_PATCH_DIR=""
162162
#
163163
BR2_COMPILER_PARANOID_UNSAFE_PATH=y
164164
# BR2_FORCE_HOST_BUILD is not set
165-
# BR2_REPRODUCIBLE is not set
165+
BR2_REPRODUCIBLE=y
166166
BR2_PER_PACKAGE_DIRECTORIES=y
167167

168168
#

sshfs-static/configs/sshfs-static-x86_64.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ BR2_GLOBAL_PATCH_DIR=""
150150
#
151151
BR2_COMPILER_PARANOID_UNSAFE_PATH=y
152152
# BR2_FORCE_HOST_BUILD is not set
153-
# BR2_REPRODUCIBLE is not set
153+
BR2_REPRODUCIBLE=y
154154
BR2_PER_PACKAGE_DIRECTORIES=y
155155

156156
#

0 commit comments

Comments
 (0)