This is an automated email from the ASF dual-hosted git repository.

adonisling pushed a commit to branch cirrus-test
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git

commit c13a4780f3e4bb843c51cf1b1b7f768b8db1b593
Author: Adonis Ling <adonis0...@gmail.com>
AuthorDate: Tue Jan 17 14:32:54 2023 +0800

    Test
---
 .cirrus.yml | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 90a03bc..156309c 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -3,17 +3,4 @@ macos_instance:
 
 task:
   script: |
-    brew install automake autoconf libtool pkg-config texinfo coreutils 
gnu-getopt python \
-      cmake ninja ccache bison byacc gettext wget pcre openjdk@11 maven node
-
-    git clone https://github.com/apache/doris
-
-    cd doris/thirdparty
-    bash build-thirdparty.sh -j "$(nproc)"
-
-    kernel="$(uname -s | awk '{print tolower($0)}')"
-    arch="$(uname -m)"
-    tar -cf - installed | xz -z -T0 - 
>"doris-thirdparty-prebuilt-${kernel}-${arch}.tar.xz"
-
-  artifacts:
-    path: doris/thirdparty/doris-thirdparty-prebuilt-*.tar.xz
+    echo 'Hello, world!'


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to