mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 12:13:57 +00:00
Unify environment variables
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -301,15 +301,11 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup Asan Environment Variables
|
||||
if: ${{ contains(matrix.platform, 'Sanitizer') }}
|
||||
- name: Setup Environment Variables
|
||||
run: |
|
||||
echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
|
||||
echo "ASAN_OPTIONS=detect_odr_violation=0" >> $GITHUB_ENV
|
||||
|
||||
- name: Setup Icicle Environment Variables
|
||||
if: ${{ matrix.emulator == 'Icicle' }}
|
||||
run: |
|
||||
echo "EMULATOR_ICICLE=1" >> $GITHUB_ENV
|
||||
echo "EMULATOR_ICICLE=${{ matrix.emulator == 'Icicle' }}" >> $GITHUB_ENV
|
||||
|
||||
- name: Download Test Configuration
|
||||
uses: actions/download-artifact@v4.2.1
|
||||
|
||||
Reference in New Issue
Block a user