mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
[ci] Remove tests
This commit is contained in:
parent
83fdc3baa0
commit
f1f459f642
1 changed files with 0 additions and 7 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -217,13 +217,6 @@ jobs:
|
|||
# this was unreliable sometimes, so try again if it fails
|
||||
sudo apt-get install --no-install-recommends debootstrap clang lld || echo 'Failed. Trying again.' && sudo apt-get clean && sudo apt-get update && sudo apt-get install --no-install-recommends debootstrap clang lld
|
||||
|
||||
# What OS is this runner on?
|
||||
cat /etc/os-release
|
||||
|
||||
# What version of LLVM did we get?
|
||||
llvm-link --version
|
||||
lld —version
|
||||
|
||||
# Create ubuntu-16.04 sysroot environment, which is used to avoid
|
||||
# depending on a very recent version of glibc.
|
||||
# `libc6-dev` is required for building any C source files.
|
||||
|
|
Loading…
Reference in a new issue