fix Q repro

This commit is contained in:
scgbckbone 2024-03-12 02:01:17 +01:00 committed by doc-hex
parent b68ef803ce
commit 7665c73acc
4 changed files with 15 additions and 3 deletions

1
stm32/.gitignore vendored
View File

@ -8,7 +8,6 @@ mpy-files.timestamp
firmware.lss
firmware-signed.*
firmware.elf
file_time.c
*-RC1-coldcard.dfu
# somewhat useful binary snapshots

View File

@ -0,0 +1,13 @@
// (c) Copyright 2020-2024 by Coinkite Inc. This file is covered by license found in COPYING-CC.
//
// AUTO-generated.
//
// built: 2024-03-10
// version: 1.0.0Q
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x586a0800UL;
}

View File

@ -15,6 +15,6 @@
clean clobber rc1 release repro:
$(MAKE) -f Q1-Makefile $(MAKECMDGOALS)
$(MAKE) -f MK4-Makefile $(MAKECMDGOALS)
# $(MAKE) -f MK4-Makefile $(MAKECMDGOALS)
# EOF

View File

@ -243,7 +243,7 @@ setup:
# - works from this repo, but starts with copy of HEAD
DOCK_RUN_ARGS = -v $(realpath ..):/work/src:ro \
-v $(realpath built):/work/built:rw \
--privileged coldcard-build
-u $$(id -u):$$(id -g) coldcard-build
repro: code-committed
repro:
docker build -t coldcard-build - < dockerfile.build