Untested (because I don't know how to test such changes without merging
them), but seems plausible based on the documentation at
https://docs.github.com/en/actions/learn-github-actions/variables#about-environment-variables
---
 .github/workflows/toybox.yml | 2 ++
 1 file changed, 2 insertions(+)
From 9a8be99bef0af41fbe10939440d9d8123ca26359 Mon Sep 17 00:00:00 2001
From: Elliott Hughes <e...@google.com>
Date: Mon, 10 Jul 2023 16:49:41 -0700
Subject: [PATCH] Enable ASan for github CI.

Untested (because I don't know how to test such changes without merging
them), but seems plausible based on the documentation at
https://docs.github.com/en/actions/learn-github-actions/variables#about-environment-variables
---
 .github/workflows/toybox.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/toybox.yml b/.github/workflows/toybox.yml
index a2f06219..1c69b31f 100644
--- a/.github/workflows/toybox.yml
+++ b/.github/workflows/toybox.yml
@@ -26,6 +26,8 @@ jobs:
 
     steps:
     - uses: actions/checkout@v2
+    - env:
+      ASAN: 1
     - name: Setup
       run: sudo apt-get install build-essential
     - name: Configure
-- 
2.41.0.255.g8b1d071c50-goog

_______________________________________________
Toybox mailing list
Toybox@lists.landley.net
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to