Commit 7fe5cc13 authored by Ivan Tyagov's avatar Ivan Tyagov

Use beremiz-runtime which compiles its own gcc

(and uses it for open62541 and PLC code generation)
parent c2273f1e
...@@ -19,12 +19,12 @@ class BeremizTest(e2e.EndToEndTestCase): ...@@ -19,12 +19,12 @@ class BeremizTest(e2e.EndToEndTestCase):
# XXX: move outside runner at Test Suite ? # XXX: move outside runner at Test Suite ?
#computer_id = "COMP-3523" # Ubunto 20.04 #computer_id = "COMP-3523" # Ubunto 20.04
#computer_id = "COMP-4036" # Debian 10 #computer_id = "COMP-4036" # Debian 10
#computer_id = "COMP-4039" # Debian 11 computer_id = "COMP-4039" # Debian 11
#computer_id = "COMP-4042" # Ubunto 22.04 #computer_id = "COMP-4042" # Ubunto 22.04
computer_id = "COMP-4090" # Debian 12 #computer_id = "COMP-4090" # Debian 12
coupler_release = "https://lab.nexedi.com/nexedi/slapos/raw/master/software/osie-coupler/software-dev.cfg" coupler_release = "https://lab.nexedi.com/nexedi/slapos/raw/master/software/osie-coupler/software-dev.cfg"
runtime_release = "https://lab.nexedi.com/nexedi/slapos/raw/master/software/beremiz-runtime/software.cfg" runtime_release = "https://lab.nexedi.com/Tyagov/slapos/raw/master/software/beremiz-runtime/software.cfg"
@classmethod @classmethod
def setUpClass(cls): def setUpClass(cls):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment