Skip to content

Commit

Permalink
Fixes Dart with asan job
Browse files Browse the repository at this point in the history
Signed-off-by: Yauheni Khnykin <[email protected]>
  • Loading branch information
Hsilgos committed Feb 6, 2024
1 parent 17df9ca commit 2804e89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,11 @@ jobs:
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
mkdir dart-sdk
pushd dart-sdk
fetch dart
pushd sdk
git fetch --tags
git checkout tags/${DART_VERSION}
gclient root
gclient config --spec 'solutions = [{"name": "sdk", "url": "https://dart.googlesource.com/sdk.git", "deps_file": "DEPS", "managed": "custom_deps": {},},]'
git clone --depth 1 --branch ${DART_VERSION} https://dart.googlesource.com/sdk.git
gclient sync
pushd sdk
./tools/build.py --no-goma --mode release --arch x64 create_sdk --gn-args dart_use_tcmalloc=false
mkdir -p ${DART_BIN}
pushd out/ReleaseX64/dart-sdk
Expand Down

0 comments on commit 2804e89

Please sign in to comment.