From 2baa7cfcc32173096323286e4df370d3f9e3e394 Mon Sep 17 00:00:00 2001 From: noam987 <50681033+noam987@users.noreply.github.com> Date: Thu, 30 May 2024 22:08:09 -0400 Subject: [PATCH] Update testing-mainline.json --- v5/_static/beta/testing-mainline.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/v5/_static/beta/testing-mainline.json b/v5/_static/beta/testing-mainline.json index a8f42c79..b2e5621d 100644 --- a/v5/_static/beta/testing-mainline.json +++ b/v5/_static/beta/testing-mainline.json @@ -1,13 +1,13 @@ [ { - "metadata": { - "location": "https://github.com/purduesigbots/ARMS/releases/download/v3.1.1/ARMS@3.1.1.zip" - }, - "name": "arms", - "py/object": "pros.conductor.templates.base_template.BaseTemplate", - "supported_kernels": ">=3.8.0", - "target": "v5", - "version": "3.1.1" - } + "metadata": { + "location": "https://pros.cs.purdue.edu/v5/_static/beta/kernel@4.1.0-libm.zip" + }, + "name": "kernel", + "py/object": "pros.conductor.templates.base_template.BaseTemplate", + "supported_kernels": null, + "target": "v5", + "version": "4.1.0-libm" + }, ]