Skip to content

Instantly share code, notes, and snippets.

View uilianries's full-sized avatar

Uilian Ries uilianries

View GitHub Profile
@uilianries
uilianries / Dockerfile
Created June 26, 2017 00:35
Docker file + Conan project + ARM
FROM arm32v7/ubuntu:zesty
MAINTAINER Uilian Ries <uilianries@gmail.com>
RUN rm -rf /var/lib/apt/lists/* \
&& apt-get update \
&& apt-get install -y python-dev sudo build-essential wget git vim libgmp-dev libmpfr-dev libmpc-dev libc6-dev nasm dh-autoreconf valgrind ninja-build libffi-dev libssl-dev \
&& wget https://cmake.org/files/v3.8/cmake-3.8.1.tar.gz --no-check-certificate \
&& tar -xzf cmake-3.8.1.tar.gz \
&& cd cmake-3.8.1 \
@uilianries
uilianries / conan-Boost.Regex.log
Created August 10, 2017 01:34
Result of build Conan Boost.Regex
Boost.Regex/1.64.0@bincrafters/testing: Calling build()
Building the Boost C++ Libraries.
Performing configuration checks
- has_icu builds : no
Component configuration:
@uilianries
uilianries / gitlab_runner
Created September 26, 2017 13:01
Gitlab Runner service for FreeBSD
#!/bin/sh
# PROVIDE: gitlab_runner
# REQUIRE: DAEMON NETWORKING
# BEFORE:
# KEYWORD:
. /etc/rc.subr
name="gitlab_runner"
rcvar="gitlab_runner_enable"
@uilianries
uilianries / file1.txt
Created January 4, 2018 00:42
Created via API
Demo
@uilianries
uilianries / Dockerfile
Last active February 5, 2018 00:22
CentOS6 + Conan + LDAP Authentication
FROM centos:6
ENV LD_LIBRARY_PATH=/opt/rh/python27/root/usr/lib64/
ENV PATH=/opt/rh/python27/root/usr/bin:${PATH}
RUN yum update -y \
&& yum install -y centos-release-scl epel-release \
&& yum install -y python27 openssl-devel openldap-devel libgsasl-devel \
&& yum groupinstall -y "Development tools"
@uilianries
uilianries / third_display.sh
Created March 23, 2018 19:55
Configure my third display on Linux
#!/bin/bash
echo "Set VGA display to 1920 x 1080"
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode DP-1-1 "1920x1080_60.00"
@uilianries
uilianries / freetype_shared.log
Created April 6, 2018 01:23
Freetype dumpbin log
Microsoft (R) COFF/PE Dumper Version 14.13.26128.0
Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file C:\Users\Uilian Ries\.conan\data\freetype\2.9.0\bincrafters\stable\package\afb2da1e69d56e2da9ebd6703834b9428ff96a8a\lib\freetype.lib
File Type: LIBRARY
Archive member name at 8: /
5ABFBD52 time/date Sat Mar 31 13:54:42 2018
@uilianries
uilianries / conan_run.log
Created April 9, 2018 01:03
Conan Tulip Log on Linux
This file has been truncated, but you can view the full file.
Tulip/94f76ffee6c@bincrafters/testing: Exporting package recipe
Linter warnings
WARN: Linter. Line 6: Unused import sys
Tulip/94f76ffee6c@bincrafters/testing export: Copied 1 '.txt' files: CMakeLists.txt
Tulip/94f76ffee6c@bincrafters/testing: The stored package has not changed
Tulip/94f76ffee6c@bincrafters/testing: Installing package
Requirements
Qt/5.8.0@osechet/stable from 'osechet'
Tulip/94f76ffee6c@bincrafters/testing from local cache
bzip2/1.0.6@conan/stable from 'conan-center'
@uilianries
uilianries / conan_run.log
Created April 10, 2018 12:46
Conan Freetype Example log
~ $ conan create . uilianries/testing
freetype-example/0.1.0@uilianries/testing: Exporting package recipe
WARN: Conanfile doesn't have 'url'.
It is recommended to add it as attribute
WARN: Conanfile doesn't have 'description'.
It is recommended to add it as attribute
freetype-example/0.1.0@uilianries/testing export: Copied 1 '.txt' files: CMakeLists.txt
freetype-example/0.1.0@uilianries/testing export: Copied 1 '.cc' files: clfontpng.cc
freetype-example/0.1.0@uilianries/testing: A new conanfile.py version was exported
freetype-example/0.1.0@uilianries/testing: Folder: /home/uilian/.conan/data/freetype-example/0.1.0/uilianries/testing/export
@uilianries
uilianries / clang_update.log
Last active May 9, 2018 23:52
Bincrafters Clang 9.1 update
NAMES: ['lcms', 'fmt', 'spdlog', 'freetype', 'gflags', 'zstd', 'Catch', 'cygwin_installer', 'cli11', 'ogg', 'rxcpp', 'openal', 'msgpack', 'libjpeg', 'flac', 'gtest', 'lz4', 'vorbis', 'libpng', 'libjpeg-turbo', 'harfbuzz', 'libiconv', 'sqlite3', 'libcurl', 'libxml2', 'greatest', 'pugixml', 'sqlite_orm', 'msys2_installer', 'libssh2', 'rapidjson', 'openjpeg', 'catch2', 'giflib', 'libtiff', 'glog', 'doctest', 'lzma', 'log4cplus']
[INFO] 2018-05-09 20:16:40 Clone project git@github.com:bincrafters/conan-lcms.git to /tmp/github15ifgd7e/conan-lcms.git
[DEBUG] 2018-05-09 20:16:40 Filtered list: ['testing/2.9']
[DEBUG] 2018-05-09 20:16:40 Current branch to be updated: testing/2.9
[INFO] 2018-05-09 20:16:40 Update file .travis.yml on branch testing/2.9
[INFO] 2018-05-09 20:16:40 File .travis.yml is up to date
[INFO] 2018-05-09 20:16:43 Clone project git@github.com:bincrafters/conan-fmt.git to /tmp/github54rm8pfw/conan-fmt.git
[DEBUG] 2018-05-09 20:16:43 Filtered list: ['testing/4.0.0', 'testing/4.1.0']