mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-02-16 12:19:11 +01:00
final fix
This commit is contained in:
parent
8daac63951
commit
ca2492d129
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -37,8 +37,8 @@ jobs:
|
|||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: SummerCart64
|
name: SC64
|
||||||
path: SummerCart64.zip
|
path: SC64.zip
|
||||||
|
|
||||||
- name: Get release
|
- name: Get release
|
||||||
if: github.event_name == 'release' && github.event.action == 'created'
|
if: github.event_name == 'release' && github.event.action == 'created'
|
||||||
@ -54,6 +54,6 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.get_release.outputs.upload_url }}
|
upload_url: ${{ steps.get_release.outputs.upload_url }}
|
||||||
asset_path: SummerCart64.zip
|
asset_path: SC64.zip
|
||||||
asset_name: SummerCart64.zip
|
asset_name: SC64.zip
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
2
build.sh
2
build.sh
@ -5,9 +5,9 @@ set -e
|
|||||||
PACKAGE_FILE_NAME="SC64"
|
PACKAGE_FILE_NAME="SC64"
|
||||||
|
|
||||||
FILES=(
|
FILES=(
|
||||||
|
"./fw/ftdi-template.xml"
|
||||||
"./fw/project/lcmxo2/impl1/sc64_impl1.bit"
|
"./fw/project/lcmxo2/impl1/sc64_impl1.bit"
|
||||||
"./fw/project/lcmxo2/impl1/sc64_impl1.jed"
|
"./fw/project/lcmxo2/impl1/sc64_impl1.jed"
|
||||||
"./hw/ftdi-template.xml"
|
|
||||||
"./sw/bootloader/build/bootloader.bin"
|
"./sw/bootloader/build/bootloader.bin"
|
||||||
"./sw/controller/build/controller.bin"
|
"./sw/controller/build/controller.bin"
|
||||||
"./sw/controller/build/controller.elf"
|
"./sw/controller/build/controller.elf"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
BUILDER_IMAGE="ghcr.io/polprzewodnikowy/sc64env:v1.4"
|
BUILDER_IMAGE="ghcr.io/polprzewodnikowy/sc64env:v1.5"
|
||||||
|
|
||||||
pushd $(dirname $0) > /dev/null
|
pushd $(dirname $0) > /dev/null
|
||||||
|
|
||||||
@ -15,6 +15,7 @@ fi
|
|||||||
docker run \
|
docker run \
|
||||||
$DOCKER_OPTIONS \
|
$DOCKER_OPTIONS \
|
||||||
--rm \
|
--rm \
|
||||||
|
--user $(id -u):$(id -g) \
|
||||||
--mac-address ${MAC_ADDRESS:-F8:12:34:56:78:90} \
|
--mac-address ${MAC_ADDRESS:-F8:12:34:56:78:90} \
|
||||||
--mount type=bind,src="$(pwd)/flexlm",target="/flexlm" \
|
--mount type=bind,src="$(pwd)/flexlm",target="/flexlm" \
|
||||||
--mount type=bind,src="$(pwd)",target="/workdir" \
|
--mount type=bind,src="$(pwd)",target="/workdir" \
|
||||||
|
@ -2,5 +2,4 @@
|
|||||||
|
|
||||||
source $bindir/diamond_env
|
source $bindir/diamond_env
|
||||||
|
|
||||||
yum remove -y libusb
|
|
||||||
diamondc build.tcl
|
diamondc build.tcl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user