summaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-08-11 12:40:23 +1000
committerDamien George <damien@micropython.org>2022-08-11 13:34:34 +1000
commitd53c3b6ade01650f88972ccf7e3002d2b5a84ff6 (patch)
tree9fce812fa31258da30e982f09388fa20450835e6 /.github
parentc7aa6a2c73854af9c0e9561e9213ef20abccf246 (diff)
downloadmicropython-d53c3b6ade01650f88972ccf7e3002d2b5a84ff6.tar.gz
micropython-d53c3b6ade01650f88972ccf7e3002d2b5a84ff6.zip
unix/variants: Remove variant suffix from executable filename.
The executable now lives in the build directory, and since the build directory already contains the variant name there is no need to also add it to the executable. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ports_unix.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ports_unix.yml b/.github/workflows/ports_unix.yml
index ab2406647a..45cc87e723 100644
--- a/.github/workflows/ports_unix.yml
+++ b/.github/workflows/ports_unix.yml
@@ -35,7 +35,7 @@ jobs:
env:
SOURCE_DATE_EPOCH: 1234567890
- name: Check reproducible build date
- run: echo | ports/unix/build-minimal/micropython-minimal -i | grep 'on 2009-02-13;'
+ run: echo | ports/unix/build-minimal/micropython -i | grep 'on 2009-02-13;'
standard:
runs-on: ubuntu-latest